C# Class RevCounter, racing_game

Inheritance: MonoBehaviour
Datei anzeigen Open project: Rarau/racing_game Class Usage Examples

Public Properties

Property Type Description
car CarController,
maxAnglePointer float
minAnglePointer float

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

car public_oe property

public CarController, car
return CarController,

maxAnglePointer public_oe property

public float maxAnglePointer
return float

minAnglePointer public_oe property

public float minAnglePointer
return float