C# Class Protogame.PhysicsEvent

The base, abstract implementation of a physics event.
Inheritance: Event
Mostra file Open project: RedpointGames/Protogame

Protected Methods

Method Description
PhysicsEvent ( IGameContext gameContext, IServerContext serverContext, IUpdateContext updateContext )

Initializes a new instance of a PhysicsEvent. This constructor is intended to be used internally within the engine.

Method Details

PhysicsEvent() protected method

Initializes a new instance of a PhysicsEvent. This constructor is intended to be used internally within the engine.
protected PhysicsEvent ( IGameContext gameContext, IServerContext serverContext, IUpdateContext updateContext )
gameContext IGameContext The current game context, or null if running on a server.
serverContext IServerContext The current server context, or null if running on a client.
updateContext IUpdateContext The current update context.