BEPUphysics.BroadPhaseEntries.InstancedMesh.UpdateBoundingBox C# (CSharp) 메소드

UpdateBoundingBox() 공개 메소드

Updates the bounding box to the current state of the entry.
public UpdateBoundingBox ( ) : void
리턴 void
        public override void UpdateBoundingBox()
        {
            Shape.ComputeBoundingBox(ref worldTransform, out boundingBox);
        }