BEPUphysics.BroadPhaseEntries.StaticGroup.UpdateBoundingBox C# (CSharp) Method

UpdateBoundingBox() public method

Updates the bounding box to the current state of the entry.
public UpdateBoundingBox ( ) : void
return void
        public override void UpdateBoundingBox()
        {
            boundingBox = Shape.CollidableTree.BoundingBox;
        }