C# Class AbilityBehaviours, dreams

Inheritance: MonoBehaviour
Show file Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Methods

Method Description
Cast ( ) : IEnumerator
getCurrentPower ( ) : ActivePower,
setActivePower ( ActivePower, ap ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
canFire ( ) : bool
shootBullet ( ) : void
shootRay ( ) : void

Method Details

Cast() public method

public Cast ( ) : IEnumerator
return IEnumerator

getCurrentPower() public method

public getCurrentPower ( ) : ActivePower,
return ActivePower,

setActivePower() public method

public setActivePower ( ActivePower, ap ) : void
ap ActivePower,
return void