Delegate PhysicsBehaviorEvent
Represents a delegate for handling physics behavior events.
Assembly: Genesis.dll
Syntax
public delegate void PhysicsBehaviorEvent(Scene scene, Game game, GameElement collision)
Parameters
Type |
Name |
Description |
Scene |
scene |
The scene involved in the physics behavior event
|
Game |
game |
The game involved in the physics behavior event
|
GameElement |
collision |
The collision object involved in the physics behavior event
|
Constructors
PhysicsBehaviorEvent(object, IntPtr)
Declaration
public PhysicsBehaviorEvent(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Scene, Game, GameElement, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Scene scene, Game game, GameElement collision, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(Scene, Game, GameElement)
Declaration
public virtual void Invoke(Scene scene, Game game, GameElement collision)
Parameters