minorAxis
Represents the axis corresponding to the smallest dimension of the box.
This property evaluates and returns the axis with the minimum size among width, height, and depth. The comparison is performed as follows:
If width is the smallest, the axis is
Vector3.Axis.X
.If height is the smallest, the axis is
Vector3.Axis.Y
.Otherwise, the axis is
Vector3.Axis.Z
.