C# Class EngineThruster, RodPacers

Inheritance: MonoBehaviour
Datei anzeigen Open project: GameDesignGroup6/RodPacers Class Usage Examples

Public Properties

Property Type Description
ThrustDirection DirectionOptions
maxThrust float
thrust float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
resetThrust ( ) : void
resetThrustDirection ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

resetThrust() public method

public resetThrust ( ) : void
return void

resetThrustDirection() public method

public resetThrustDirection ( ) : void
return void

Property Details

ThrustDirection public_oe property

public DirectionOptions ThrustDirection
return DirectionOptions

maxThrust public_oe property

public float maxThrust
return float

thrust public_oe property

public float thrust
return float