C# 클래스 MenuViewVertical, racing_game

상속: MenuView
파일 보기 프로젝트 열기: Rarau/racing_game

공개 프로퍼티들

프로퍼티 타입 설명
backgroundColor Color
backgroundImage Sprite
curOption int
drawCamera Camera
fillScreen bool
highlightedColor Color
menuTextPrefab GameObject
offset Vector2
size Vector2
textFont Font
unhighlightedColor Color
verticalViewPrefab GameObject
viewAnchor TextAnchor

공개 메소드들

메소드 설명
AddOption ( GameObject newOption ) : void
GoToOption ( int option ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

AddOption() 공개 메소드

public AddOption ( GameObject newOption ) : void
newOption GameObject
리턴 void

GoToOption() 공개 메소드

public GoToOption ( int option ) : void
option int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

backgroundColor 공개적으로 프로퍼티

public Color backgroundColor
리턴 Color

backgroundImage 공개적으로 프로퍼티

public Sprite backgroundImage
리턴 Sprite

curOption 공개적으로 프로퍼티

public int curOption
리턴 int

drawCamera 공개적으로 프로퍼티

public Camera drawCamera
리턴 Camera

fillScreen 공개적으로 프로퍼티

public bool fillScreen
리턴 bool

highlightedColor 공개적으로 프로퍼티

public Color highlightedColor
리턴 Color

menuTextPrefab 공개적으로 프로퍼티

public GameObject menuTextPrefab
리턴 GameObject

offset 공개적으로 프로퍼티

public Vector2 offset
리턴 Vector2

size 공개적으로 프로퍼티

public Vector2 size
리턴 Vector2

textFont 공개적으로 프로퍼티

public Font textFont
리턴 Font

unhighlightedColor 공개적으로 프로퍼티

public Color unhighlightedColor
리턴 Color

verticalViewPrefab 공개적으로 프로퍼티

public GameObject verticalViewPrefab
리턴 GameObject

viewAnchor 공개적으로 프로퍼티

public TextAnchor viewAnchor
리턴 TextAnchor