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

Superclass of pairs between collidables that generate contact points.
상속: BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

보호된 메소드들

메소드 설명
NotifyDetectorVolumeOfChanges ( ) : 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() 공개 메소드

Initializes the pair handler.
public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BroadPhaseEntry First entry in the pair.
entryB BroadPhaseEntry Second entry in the pair.
리턴 void

NotifyDetectorVolumeOfChanges() 보호된 메소드

protected NotifyDetectorVolumeOfChanges ( ) : void
리턴 void

OnAddedToNarrowPhase() 보호된 메소드

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