C# Class EssenceShared.Entities.Enemies.MeleeEnemy

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

Méthodes publiques

Méthode Description
MeleeEnemy ( string url, 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

MeleeEnemy() public méthode

public MeleeEnemy ( string url, string id ) : System.Collections.Generic
url string
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