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>();
        }