The BoxCollider class in the Sandbox
namespace defines a box-shaped collider component that can be attached to a GameObject
. It is a sealed class, meaning it cannot be inherited. This collider is used in physics simulations to detect collisions with other objects.