C# 클래스 Box2DX.Dynamics.BoundaryListener

파일 보기 프로젝트 열기: danielpcox/Crisis-at-Swiss-Station 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

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