C# Class Box2DX.Dynamics.DestructionListener

Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Méthodes publiques

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

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
Résultat void

SayGoodbye() public abstract méthode

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
Résultat void