C# Class Protogame.PhysicsEngineHook

Inheritance: IEngineHook
Exibir arquivo Open project: RedpointGames/Protogame

Public Methods

Method Description
PhysicsEngineHook ( IPhysicsEngine physicsEngine )
Render ( IGameContext gameContext, IRenderContext renderContext ) : void
Update ( IGameContext gameContext, IUpdateContext updateContext ) : void
Update ( IServerContext serverContext, IUpdateContext updateContext ) : void

Method Details

PhysicsEngineHook() public method

public PhysicsEngineHook ( IPhysicsEngine physicsEngine )
physicsEngine IPhysicsEngine

Render() public method

public Render ( IGameContext gameContext, IRenderContext renderContext ) : void
gameContext IGameContext
renderContext IRenderContext
return void

Update() public method

public Update ( IGameContext gameContext, IUpdateContext updateContext ) : void
gameContext IGameContext
updateContext IUpdateContext
return void

Update() public method

public Update ( IServerContext serverContext, IUpdateContext updateContext ) : void
serverContext IServerContext
updateContext IUpdateContext
return void