Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GameFramework
AiSystem
C# Class GameFramework.AiSystem
Mostra file
Open project: dreamanlan/CSharpGameFramework
Public Methods
Method
Description
Reset
( ) :
void
SetEntityManager
(
EntityManager
npcMgr
) :
void
Tick
( ) :
void
Private Methods
Method
Description
TickNpc
(
EntityInfo
entity
,
long
delta
) :
void
Method Details
Reset()
public
method
public
Reset
( ) :
void
return
void
SetEntityManager()
public
method
public
SetEntityManager
(
EntityManager
npcMgr
) :
void
npcMgr
EntityManager
return
void
Tick()
public
method
public
Tick
( ) :
void
return
void