enum class ParticleParentSetMode_ t : uint32
{
// MPropertyFriendlyName = Set Self and Children
PARTICLE_ SET_ PARENT_ NO = 0,
// MPropertyFriendlyName = Set Immediate Parent, Self, and Children
PARTICLE_ SET_ PARENT_ IMMEDIATE = 1,
// MPropertyFriendlyName = Set Root of Particle System Downward
PARTICLE_ SET_ PARENT_ ROOT = 2,
};