BEPUphysics.BroadPhaseEntries.MobileCollidables.MobileMeshCollidable.MobileMeshCollidable C# (CSharp) Метод

MobileMeshCollidable() публичный Метод

Constructs a new mobile mesh collidable.
public MobileMeshCollidable ( MobileMeshShape shape ) : BEPUphysics.BroadPhaseEntries.Events
shape BEPUphysics.CollisionShapes.MobileMeshShape Shape to use in the collidable.
Результат BEPUphysics.BroadPhaseEntries.Events
        public MobileMeshCollidable(MobileMeshShape shape)
            : base(shape)
        {
            Events = new ContactEventManager<EntityCollidable>();
        }