enum class DetailCombo_t : uint32
{
    // MPropertyFriendlyName = Off
    DETAIL_COMBO_OFF = 0,
    // MPropertyFriendlyName = Add
    DETAIL_COMBO_ADD = 1,
    // MPropertyFriendlyName = Add + Self Illum
    DETAIL_COMBO_ADD_SELF_ILLUM = 2,
    // MPropertyFriendlyName = Mod2X
    DETAIL_COMBO_MOD2X = 3,
};