enum class ParticleLightUnitChoiceList_t : uint32
{
    // MPropertyFriendlyName = Candelas
    PARTICLE_LIGHT_UNIT_CANDELAS = 0,
    // MPropertyFriendlyName = Lumens
    PARTICLE_LIGHT_UNIT_LUMENS = 1,
};