C# Class Engines.Enemies.EnemyAnimationEngine

Inheritance: INodesEngine, IQueryableNodeEngine
Afficher le fichier Open project: sebas77/Svelto-ECS-Example

Méthodes publiques

Méthode Description
AcceptedNodes ( ) : System.Type[]
Add ( INode obj ) : void
Remove ( INode obj ) : void

Private Methods

Méthode Description
EntityDamaged ( int sender, DamageInfo damageInfo ) : void
OnTargetDead ( int targetID ) : void
Sink ( EnemyNode node ) : IEnumerator
TriggerDeathAnimation ( int targetID ) : void

Method Details

AcceptedNodes() public méthode

public AcceptedNodes ( ) : System.Type[]
Résultat System.Type[]

Add() public méthode

public Add ( INode obj ) : void
obj INode
Résultat void

Remove() public méthode

public Remove ( INode obj ) : void
obj INode
Résultat void