Enum CPUParticles.Parameter

enum Parameter : int { ... }

Enum members

NameDescription
paramAngle Use with setParam, setParamRandomness, and setParamCurve to set angle properties.
paramAngularVelocity Use with setParam, setParamRandomness, and setParamCurve to set angular velocity properties.
paramAnimOffset Use with setParam, setParamRandomness, and setParamCurve to set animation offset properties.
paramAnimSpeed Use with setParam, setParamRandomness, and setParamCurve to set animation speed properties.
paramDamping Use with setParam, setParamRandomness, and setParamCurve to set damping properties.
paramHueVariation Use with setParam, setParamRandomness, and setParamCurve to set hue variation properties.
paramInitialLinearVelocity Use with setParam, setParamRandomness, and setParamCurve to set initial velocity properties.
paramLinearAccel Use with setParam, setParamRandomness, and setParamCurve to set linear acceleration properties.
paramMax Represents the size of the parameter enum.
paramOrbitVelocity Use with setParam, setParamRandomness, and setParamCurve to set orbital velocity properties.
paramRadialAccel Use with setParam, setParamRandomness, and setParamCurve to set radial acceleration properties.
paramScale Use with setParam, setParamRandomness, and setParamCurve to set scale properties.
paramTangentialAccel Use with setParam, setParamRandomness, and setParamCurve to set tangential acceleration properties.