C# Class Box2DX.Dynamics.BoundaryListener

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

Méthodes publiques

Méthode Description
Violation ( Body body ) : void

This is called for each body that leaves the world boundary. @warning you can't modify the world inside this callback.

Method Details

Violation() public abstract méthode

This is called for each body that leaves the world boundary. @warning you can't modify the world inside this callback.
public abstract Violation ( Body body ) : void
body Body
Résultat void