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

Inheritance: MonoBehaviour
Afficher le fichier Open project: FlaShG/c-t-Lunar-Lander Class Usage Examples

Méthodes publiques

Свойство Type Description
rotatePower float
upwardsPower float

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
Start ( ) : void

Private Methods

Méthode Description
SetEmission ( ParticleSystem ps, bool enable ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

rotatePower public_oe property

public float rotatePower
Résultat float

upwardsPower public_oe property

public float upwardsPower
Résultat float