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

Handles a compound-static mesh collision pair.
상속: CompoundGroupPairHandler
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

보호된 메소드들

메소드 설명
UpdateContainedPairs ( ) : void

메소드 상세

CleanUp() 공개 메소드

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

Initialize() 공개 메소드

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

UpdateContainedPairs() 보호된 메소드

protected UpdateContainedPairs ( ) : void
리턴 void