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