C# Class Box2DX.Dynamics.BoundaryListener

Show file Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Public Methods

Method 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 method

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
return void