C# Class GameFramework.MovementSystem

显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
MovementSystem ( ) : System
Reset ( ) : void
SetEntityManager ( EntityManager npcMgr ) : void
Tick ( ) : void

Private Methods

Method Description
MoveNpc ( EntityInfo obj, long deltaTime ) : void

Method Details

MovementSystem() public method

public MovementSystem ( ) : System
return System

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