C# Class EnemyAdapter

Inheritance: ShadowWorldUnit
Afficher le fichier Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Méthodes publiques

Méthode Description
EnemyAdapter ( ) : UnityEngine
MarkAsAttacking ( Unit, other ) : void
MarkAsDefending ( Unit, other ) : void
MarkAsDestroyed ( ) : void
MarkAsFinished ( ) : void
MarkAsFriendly ( ) : void
MarkAsReachableEnemy ( ) : void
MarkAsSelected ( ) : void
UnMark ( ) : void

Private Methods

Méthode Description
EnemyUnitAttacked ( object sender, AttackEventArgs, e ) : void
EnemyUnitDestroyed ( object sender, AttackEventArgs, e ) : void
Jerk ( Unit, other ) : IEnumerator

Method Details

EnemyAdapter() public méthode

public EnemyAdapter ( ) : UnityEngine
Résultat UnityEngine

MarkAsAttacking() public méthode

public MarkAsAttacking ( Unit, other ) : void
other Unit,
Résultat void

MarkAsDefending() public méthode

public MarkAsDefending ( Unit, other ) : void
other Unit,
Résultat void

MarkAsDestroyed() public méthode

public MarkAsDestroyed ( ) : void
Résultat void

MarkAsFinished() public méthode

public MarkAsFinished ( ) : void
Résultat void

MarkAsFriendly() public méthode

public MarkAsFriendly ( ) : void
Résultat void

MarkAsReachableEnemy() public méthode

public MarkAsReachableEnemy ( ) : void
Résultat void

MarkAsSelected() public méthode

public MarkAsSelected ( ) : void
Résultat void

UnMark() public méthode

public UnMark ( ) : void
Résultat void