C# Class LanderController, c-t-Lunar-Lander

Inheritance: MonoBehaviour
Show file Open project: FlaShG/c-t-Lunar-Lander Class Usage Examples

Public Properties

Property Type Description
rotatePower float
upwardsPower float

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
Start ( ) : void

Private Methods

Method Description
SetEmission ( ParticleSystem ps, bool enable ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

rotatePower public property

public float rotatePower
return float

upwardsPower public property

public float upwardsPower
return float