C# Class MenuViewBasic, racing_game

Inheritance: MenuView
Show file Open project: Rarau/racing_game

Public Properties

Property Type Description
color Color
drawCamera Camera
position Vector2
textFont Font

Public Methods

Method Description
AddOption ( GameObject newOption ) : void
GoToOption ( int option ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddOption() public method

public AddOption ( GameObject newOption ) : void
newOption GameObject
return void

GoToOption() public method

public GoToOption ( int option ) : void
option int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

color public property

public Color color
return Color

drawCamera public property

public Camera drawCamera
return Camera

position public property

public Vector2 position
return Vector2

textFont public property

public Font textFont
return Font