enum class NmFollowBoneMode_t : uint8
{
    RotationAndTranslation = 0,
    RotationOnly = 1,
    TranslationOnly = 2,
};