Box2DX.Dynamics.BoundaryListener.Violation C# (CSharp) Method

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
        public abstract void Violation(Body body);
BoundaryListener