C# 클래스 BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumeMobileMeshPairHandler

Superclass of pairs between collidables that generate contact points.
상속: DetectorVolumePairHandler
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntries entryA, BroadPhaseEntries entryB ) : void
UpdateCollision ( float dt ) : void

보호된 메소드들

메소드 설명
OnAddedToNarrowPhase ( ) : void

Called when the pair handler is added to the narrow phase.

메소드 상세

CleanUp() 공개 메소드

Cleans up the pair handler.
public CleanUp ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( BroadPhaseEntries entryA, BroadPhaseEntries entryB ) : void
entryA BroadPhaseEntries
entryB BroadPhaseEntries
리턴 void

OnAddedToNarrowPhase() 보호된 메소드

Called when the pair handler is added to the narrow phase.
protected OnAddedToNarrowPhase ( ) : void
리턴 void

UpdateCollision() 공개 메소드

public UpdateCollision ( float dt ) : void
dt float
리턴 void