C# Class Engines.HUD.HUDEngine

Inheritance: INodesEngine, ITickable, 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
Tick ( float deltaSec ) : void

Private Methods

Méthode Description
OnDamageEvent ( int sender, DamageInfo damaged ) : void
OnDeadEvent ( 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

Tick() public méthode

public Tick ( float deltaSec ) : void
deltaSec float
Résultat void