C# Class GameFramework.AiSystem

显示文件 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