C# Class BEPUphysics.BroadPhaseEntries.StaticCollidable

Superclass of static collidable objects which can be added directly to a space. Static objects cannot move.
Inheritance: Collidable, ISpaceObject, IMaterialOwner, IDeferredEventCreatorOwner
Datei anzeigen Open project: Indiefreaks/igf

Private Properties

Property Type Description

Protected Methods

Method Description
ISpaceObject ( ISpace newSpace ) : void
OnMaterialChanged ( BEPUphysics.Materials.Material newMaterial ) : void
OnShapeChanged ( BEPUphysics.CollisionShapes.CollisionShape collisionShape ) : void
StaticCollidable ( ) : System

Performs common initialization.

Method Details

ISpaceObject() protected method

protected ISpaceObject ( ISpace newSpace ) : void
newSpace ISpace
return void

OnMaterialChanged() protected method

protected OnMaterialChanged ( BEPUphysics.Materials.Material newMaterial ) : void
newMaterial BEPUphysics.Materials.Material
return void

OnShapeChanged() protected method

protected OnShapeChanged ( BEPUphysics.CollisionShapes.CollisionShape collisionShape ) : void
collisionShape BEPUphysics.CollisionShapes.CollisionShape
return void

StaticCollidable() protected method

Performs common initialization.
protected StaticCollidable ( ) : System
return System