C# 클래스 Box2DX.Dynamics.ContactListener

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

공개 메소드들

메소드 설명
Add ( ContactPoint point ) : void

Called when a contact point is added. This includes the geometry and the forces.

Persist ( ContactPoint point ) : void

Called when a contact point persists. This includes the geometry and the forces.

Remove ( ContactPoint point ) : void

Called when a contact point is removed. This includes the last computed geometry and forces.

Result ( ContactResult point ) : void

Called after a contact point is solved.

메소드 상세

Add() 공개 메소드

Called when a contact point is added. This includes the geometry and the forces.
public Add ( ContactPoint point ) : void
point ContactPoint
리턴 void

Persist() 공개 메소드

Called when a contact point persists. This includes the geometry and the forces.
public Persist ( ContactPoint point ) : void
point ContactPoint
리턴 void

Remove() 공개 메소드

Called when a contact point is removed. This includes the last computed geometry and forces.
public Remove ( ContactPoint point ) : void
point ContactPoint
리턴 void

Result() 공개 메소드

Called after a contact point is solved.
public Result ( ContactResult point ) : void
point ContactResult
리턴 void