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

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

공개 메소드들

메소드 설명
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

보호된 메소드들

메소드 설명
CleanUpCollidable ( TriangleCollidable collidable ) : void
ConfigureCollidable ( TriangleEntry entry, float dt ) : void
GetOpposingCollidable ( int index ) : TriangleCollidable
UpdateContainedPairs ( float dt ) : void

메소드 상세

CleanUp() 공개 메소드

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

CleanUpCollidable() 보호된 메소드

protected CleanUpCollidable ( TriangleCollidable collidable ) : void
collidable TriangleCollidable
리턴 void

ConfigureCollidable() 보호된 메소드

protected ConfigureCollidable ( TriangleEntry entry, float dt ) : void
entry TriangleEntry
dt float
리턴 void

GetOpposingCollidable() 보호된 메소드

protected GetOpposingCollidable ( int index ) : TriangleCollidable
index int
리턴 TriangleCollidable

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 ( float dt ) : void
dt float
리턴 void