C# Class Idling, Elemental

Inheritance: MonoBehaviour
Mostra file Open project: CodeStrumpet/Elemental Class Usage Examples

Public Properties

Property Type Description
flyingPrefab Transform
landed bool
secsUntilTakeoff float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

flyingPrefab public_oe property

public Transform flyingPrefab
return Transform

landed public_oe property

public bool landed
return bool

secsUntilTakeoff public_oe property

public float secsUntilTakeoff
return float