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