Box2DX.Dynamics.BoundaryListener.Violation C# (CSharp) 메소드

Violation() 공개 추상적인 메소드

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