C# Class EssenceShared.Entities.Enemies.Bosses.Interitus

Inheritance: Enemy
Afficher le fichier Open project: Insality/essence-of-shadows Class Usage Examples

Méthodes publiques

Méthode Description
Interitus ( string id ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Die ( float dt ) : void
IdleAction ( float dt ) : void
MoveToAttackAction ( float dt ) : void
TryAttackTarget ( float dt ) : void

Private Methods

Méthode Description
SpawnProjectileToTarget ( ) : void

Method Details

Die() protected méthode

protected Die ( float dt ) : void
dt float
Résultat void

IdleAction() protected méthode

protected IdleAction ( float dt ) : void
dt float
Résultat void

Interitus() public méthode

public Interitus ( string id ) : System.Collections.Generic
id string
Résultat System.Collections.Generic

MoveToAttackAction() protected méthode

protected MoveToAttackAction ( float dt ) : void
dt float
Résultat void

TryAttackTarget() protected méthode

protected TryAttackTarget ( float dt ) : void
dt float
Résultat void