Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Engines
Enemies
EnemyAttackEngine
C# Class Engines.Enemies.EnemyAttackEngine
Inheritance:
INodesEngine
,
ITickable
,
IQueryableNodeEngine
Mostrar archivo
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
CheckTarget
(
int
targetID
,
int
enemyID
,
bool
inRange
) :
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