C# 클래스 Box2DX.Dynamics.DestructionListener

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

공개 메소드들

메소드 설명
SayGoodbye ( Joint joint ) : void

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.

SayGoodbye ( Shape shape ) : void

Called when any shape is about to be destroyed due to the destruction of its parent body.

메소드 상세

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

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.
public abstract SayGoodbye ( Joint joint ) : void
joint Joint
리턴 void

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

Called when any shape is about to be destroyed due to the destruction of its parent body.
public abstract SayGoodbye ( Shape shape ) : void
shape Box2DX.Collision.Shape
리턴 void