C# Class MenuViewVertical, racing_game

Inheritance: MenuView
Afficher le fichier Open project: Rarau/racing_game

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
AddOption ( GameObject newOption ) : void
GoToOption ( int option ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddOption() public méthode

public AddOption ( GameObject newOption ) : void
newOption GameObject
Résultat void

GoToOption() public méthode

public GoToOption ( int option ) : void
option int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

backgroundColor public_oe property

public Color backgroundColor
Résultat Color

backgroundImage public_oe property

public Sprite backgroundImage
Résultat Sprite

curOption public_oe property

public int curOption
Résultat int

drawCamera public_oe property

public Camera drawCamera
Résultat Camera

fillScreen public_oe property

public bool fillScreen
Résultat bool

highlightedColor public_oe property

public Color highlightedColor
Résultat Color

menuTextPrefab public_oe property

public GameObject menuTextPrefab
Résultat GameObject

offset public_oe property

public Vector2 offset
Résultat Vector2

size public_oe property

public Vector2 size
Résultat Vector2

textFont public_oe property

public Font textFont
Résultat Font

unhighlightedColor public_oe property

public Color unhighlightedColor
Résultat Color

verticalViewPrefab public_oe property

public GameObject verticalViewPrefab
Résultat GameObject

viewAnchor public_oe property

public TextAnchor viewAnchor
Résultat TextAnchor