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

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

공개 메소드들

메소드 설명
CleanUp ( ) : void

Cleans up the pair handler.

UpdateCollision ( float dt ) : void

보호된 메소드들

메소드 설명
OnAddedToNarrowPhase ( ) : void

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

TryToAdd ( EntityCollidable collidable ) : void
UpdateContainedPairs ( ) : void

메소드 상세

CleanUp() 공개 메소드

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

OnAddedToNarrowPhase() 보호된 메소드

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

TryToAdd() 보호된 메소드

protected TryToAdd ( EntityCollidable collidable ) : void
collidable BEPUphysics.BroadPhaseEntries.MobileCollidables.EntityCollidable
리턴 void

UpdateCollision() 공개 메소드

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

UpdateContainedPairs() 보호된 추상적인 메소드

protected abstract UpdateContainedPairs ( ) : void
리턴 void