C# 클래스 Protogame.PhysicsEvent

The base, abstract implementation of a physics event.
상속: Event
파일 보기 프로젝트 열기: RedpointGames/Protogame

보호된 메소드들

메소드 설명
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.