C# Class AlienController, AwesomeGameInSpace

Inheritance: MonoBehaviour
Afficher le fichier Open project: ZPZ-Gr2/AwesomeGameInSpace Class Usage Examples

Méthodes publiques

Méthode Description
AttackFast ( float alien ) : void
AttackStrong ( float alien ) : void
Dodge ( ) : void

Private Methods

Méthode Description
Attack ( float cooldown, float multiplier ) : void
Awake ( ) : void
DodgeBack ( ) : void
dodging ( bool dir ) : IEnumerator

Method Details

AttackFast() public méthode

public AttackFast ( float alien ) : void
alien float
Résultat void

AttackStrong() public méthode

public AttackStrong ( float alien ) : void
alien float
Résultat void

Dodge() public méthode

public Dodge ( ) : void
Résultat void