C# Class FlyingMovement, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Datei anzeigen Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
flyAwayDistance float
flyingBomb DropTheBomb,
proximityModifier float
updatePlanBuffer int

Public Methods

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

Private Methods

Method Description
checkPlan ( ) : void

Checks the plan and sees if it needs to be updated

flyAwayFromPlayer ( ) : IEnumerator
flyToPlayer ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

flyAwayDistance public_oe property

public float flyAwayDistance
return float

flyingBomb public_oe property

public DropTheBomb, flyingBomb
return DropTheBomb,

proximityModifier public_oe property

public float proximityModifier
return float

updatePlanBuffer public_oe property

public int updatePlanBuffer
return int