C# Class AbilityBehaviours, dreams

Inheritance: MonoBehaviour
Afficher le fichier Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Méthodes publiques

Méthode Description
Cast ( ) : IEnumerator
getCurrentPower ( ) : ActivePower,
setActivePower ( ActivePower, ap ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void
canFire ( ) : bool
shootBullet ( ) : void
shootRay ( ) : void

Method Details

Cast() public méthode

public Cast ( ) : IEnumerator
Résultat IEnumerator

getCurrentPower() public méthode

public getCurrentPower ( ) : ActivePower,
Résultat ActivePower,

setActivePower() public méthode

public setActivePower ( ActivePower, ap ) : void
ap ActivePower,
Résultat void