C# Class Idling, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental Class Usage Examples

Méthodes publiques

Свойство Type Description
flyingPrefab Transform
landed bool
secsUntilTakeoff float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

flyingPrefab public_oe property

public Transform flyingPrefab
Résultat Transform

landed public_oe property

public bool landed
Résultat bool

secsUntilTakeoff public_oe property

public float secsUntilTakeoff
Résultat float