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;
        }