enum class ClosestPointTestType_ t : uint32
{
// MPropertyFriendlyName = Box
PARTICLE_ CLOSEST_ TYPE_ BOX = 0,
// MPropertyFriendlyName = Capsule
PARTICLE_ CLOSEST_ TYPE_ CAPSULE = 1,
// MPropertyFriendlyName = Hybrid Box/Capsule
PARTICLE_ CLOSEST_ TYPE_ HYBRID = 2,
};