C# Класс Protogame.PhysicsEvent

The base, abstract implementation of a physics event.
Наследование: Event
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

PhysicsEvent() защищенный Метод

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.