C# Class SFML_Farseer_Network.Managers.EntityManager

Mostra file Open project: klutch/SFMLFarseerNetwork Class Usage Examples

Public Methods

Method Description
EntityManager ( Game game ) : System
createEntity ( Body body ) : int
getEntity ( int entityId ) : Body
getUnusedId ( ) : int

Method Details

EntityManager() public method

public EntityManager ( Game game ) : System
game Game
return System

createEntity() public method

public createEntity ( Body body ) : int
body FarseerPhysics.Dynamics.Body
return int

getEntity() public method

public getEntity ( int entityId ) : Body
entityId int
return FarseerPhysics.Dynamics.Body

getUnusedId() public method

public getUnusedId ( ) : int
return int