C# Class OnLight, racing_game

Inheritance: MonoBehaviour
Show file Open project: Rarau/racing_game Class Usage Examples

Public Properties

Property Type Description
green bool
red bool
yellow bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

green public property

public bool green
return bool

red public property

public bool red
return bool

yellow public property

public bool yellow
return bool