C# Class FrameCounter, RoverGame

Inheritance: MonoBehaviour
Datei anzeigen Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
updateInterval float

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

updateInterval public_oe property

public float updateInterval
return float