BEPUphysics.BroadPhaseEntries.MobileCollidables.EntityCollidable.UpdateBoundingBox C# (CSharp) 메소드

UpdateBoundingBox() 공개 메소드

Updates the bounding box of the mobile collidable according to the associated entity's current state. Do not use this if the EntityCollidable does not have an associated entity; consider using UpdateBoundingBoxForTransform instead.
public UpdateBoundingBox ( ) : void
리턴 void
        public override void UpdateBoundingBox()
        {
            UpdateBoundingBox(0);
        }

Same methods

EntityCollidable::UpdateBoundingBox ( float dt ) : void