C# Class Engines.HUD.HUDEngine

Inheritance: INodesEngine, ITickable, IQueryableNodeEngine
Show file Open project: sebas77/Svelto-ECS-Example

Public Methods

Method Description
AcceptedNodes ( ) : System.Type[]
Add ( INode obj ) : void
Remove ( INode obj ) : void
Tick ( float deltaSec ) : void

Private Methods

Method Description
OnDamageEvent ( int sender, DamageInfo damaged ) : void
OnDeadEvent ( int targetID ) : void

Method Details

AcceptedNodes() public method

public AcceptedNodes ( ) : System.Type[]
return System.Type[]

Add() public method

public Add ( INode obj ) : void
obj INode
return void

Remove() public method

public Remove ( INode obj ) : void
obj INode
return void

Tick() public method

public Tick ( float deltaSec ) : void
deltaSec float
return void