BEPUphysics.BroadPhaseEntries.InstancedMesh.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()
        {
            Shape.ComputeBoundingBox(ref worldTransform, out boundingBox);
        }