enum class EntityDistanceMode_t : uint32
{
    eOriginToOrigin = 0,
    eCenterToCenter = 1,
    eAxisToAxis = 2,
};