C# Class FlyingMovement, gmap377_leathGloves_inc

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

public float flyAwayDistance
return float

flyingBomb public property

public DropTheBomb, flyingBomb
return DropTheBomb,

proximityModifier public property

public float proximityModifier
return float

updatePlanBuffer public property

public int updatePlanBuffer
return int