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

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

Méthodes publiques

Méthode Description
Emperor ( 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

Emperor() public méthode

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

IdleAction() protected méthode

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

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