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