C# Class GameFramework.MovementSystem

Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
MovementSystem ( ) : System
Reset ( ) : void
SetEntityManager ( EntityManager npcMgr ) : void
Tick ( ) : void

Private Methods

Méthode Description
MoveNpc ( EntityInfo obj, long deltaTime ) : void

Method Details

MovementSystem() public méthode

public MovementSystem ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetEntityManager() public méthode

public SetEntityManager ( EntityManager npcMgr ) : void
npcMgr EntityManager
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void