C# Class Idling, Elemental

Inheritance: MonoBehaviour
Show 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 property

public Transform flyingPrefab
return Transform

landed public property

public bool landed
return bool

secsUntilTakeoff public property

public float secsUntilTakeoff
return float