BEPUphysics.BroadPhaseEntries.StaticGroup.UpdateBoundingBox C# (CSharp) Метод

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

Updates the bounding box to the current state of the entry.
public UpdateBoundingBox ( ) : void
Результат void
        public override void UpdateBoundingBox()
        {
            boundingBox = Shape.CollidableTree.BoundingBox;
        }