BEPUphysics.BroadPhaseEntries.StaticGroup.UpdateBoundingBox C# (CSharp) Méthode

UpdateBoundingBox() public méthode

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