enum class BBoxVolumeType_ t : uint32
{
// MPropertyFriendlyName = Bounding Box Volume
BBOX_ VOLUME = 0,
// MPropertyFriendlyName = Bounding Box Dimensions
BBOX_ DIMENSIONS = 1,
// MPropertyFriendlyName = Bounding Box Mins/Maxs
BBOX_ MINS_ MAXS = 2,
// MPropertyFriendlyName = Bounding Box Radius
BBOX_ RADIUS = 3,
};