C# Class BEPUphysics.BroadPhaseEntries.Collidable

Superclass of objects living in the collision detection pipeline that can result in contacts.
Inheritance: BroadPhaseEntry
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes protégées

Méthode Description
Collidable ( ) : BEPUphysics.BroadPhaseEntries
CollisionRulesUpdated ( ) : void
OnShapeChanged ( BEPUphysics.CollisionShapes.CollisionShape collisionShape ) : void

Private Methods

Méthode Description
AddPair ( CollidablePairHandler pair, int &index ) : void
RemovePair ( CollidablePairHandler pair, int &index ) : void

Method Details

Collidable() protected méthode

protected Collidable ( ) : BEPUphysics.BroadPhaseEntries
Résultat BEPUphysics.BroadPhaseEntries

CollisionRulesUpdated() protected méthode

protected CollisionRulesUpdated ( ) : void
Résultat void

OnShapeChanged() protected méthode

protected OnShapeChanged ( BEPUphysics.CollisionShapes.CollisionShape collisionShape ) : void
collisionShape BEPUphysics.CollisionShapes.CollisionShape
Résultat void