C# 클래스 BEPUphysics.BroadPhaseEntries.Collidable

Superclass of objects living in the collision detection pipeline that can result in contacts.
상속: BroadPhaseEntry
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

보호된 메소드들

메소드 설명
Collidable ( ) : BEPUphysics.BroadPhaseEntries
CollisionRulesUpdated ( ) : void
OnShapeChanged ( BEPUphysics.CollisionShapes.CollisionShape collisionShape ) : void

비공개 메소드들

메소드 설명
AddPair ( CollidablePairHandler pair, int &index ) : void
RemovePair ( CollidablePairHandler pair, int &index ) : void

메소드 상세

Collidable() 보호된 메소드

protected Collidable ( ) : BEPUphysics.BroadPhaseEntries
리턴 BEPUphysics.BroadPhaseEntries

CollisionRulesUpdated() 보호된 메소드

protected CollisionRulesUpdated ( ) : void
리턴 void

OnShapeChanged() 보호된 메소드

protected OnShapeChanged ( BEPUphysics.CollisionShapes.CollisionShape collisionShape ) : void
collisionShape BEPUphysics.CollisionShapes.CollisionShape
리턴 void