BEPUphysics.BroadPhaseEntries.MobileCollidables.MobileMeshCollidable.MobileMeshCollidable C# (CSharp) Method

MobileMeshCollidable() public method

Constructs a new mobile mesh collidable.
public MobileMeshCollidable ( MobileMeshShape shape ) : BEPUphysics.BroadPhaseEntries.Events
shape BEPUphysics.CollisionShapes.MobileMeshShape Shape to use in the collidable.
return BEPUphysics.BroadPhaseEntries.Events
        public MobileMeshCollidable(MobileMeshShape shape)
            : base(shape)
        {
            Events = new ContactEventManager<EntityCollidable>();
        }