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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
Start ( ) : 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

cameraPivot public_oe property

public Transform cameraPivot
Résultat Transform

rotatePower public_oe property

public float rotatePower
Résultat float

upwardsPower public_oe property

public float upwardsPower
Résultat float