C# Class Box2DX.Dynamics.DestructionListener

Datei anzeigen Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Public Methods

Method Description
SayGoodbye ( Joint joint ) : void

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.

SayGoodbye ( Shape shape ) : void

Called when any shape is about to be destroyed due to the destruction of its parent body.

Method Details

SayGoodbye() public abstract method

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.
public abstract SayGoodbye ( Joint joint ) : void
joint Joint
return void

SayGoodbye() public abstract method

Called when any shape is about to be destroyed due to the destruction of its parent body.
public abstract SayGoodbye ( Shape shape ) : void
shape Box2DX.Collision.Shape
return void