C# Class Protogame.PhysicsEvent

The base, abstract implementation of a physics event.
Inheritance: Event
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes protégées

Méthode 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 méthode

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.