Enum ParticlesMaterial.Parameter
enum Parameter
: int { ... }
Enum members
Name | Description |
paramAngle
|
Use with setParam , setParamRandomness , and setParamTexture to set angle properties.
|
paramAngularVelocity
|
Use with setParam , setParamRandomness , and setParamTexture to set angular velocity properties.
|
paramAnimOffset
|
Use with setParam , setParamRandomness , and setParamTexture to set animation offset properties.
|
paramAnimSpeed
|
Use with setParam , setParamRandomness , and setParamTexture to set animation speed properties.
|
paramDamping
|
Use with setParam , setParamRandomness , and setParamTexture to set damping properties.
|
paramHueVariation
|
Use with setParam , setParamRandomness , and setParamTexture to set hue variation properties.
|
paramInitialLinearVelocity
|
Use with setParam , setParamRandomness , and setParamTexture to set initial velocity properties.
|
paramLinearAccel
|
Use with setParam , setParamRandomness , and setParamTexture to set linear acceleration properties.
|
paramMax
|
Represents the size of the parameter enum.
|
paramOrbitVelocity
|
Use with setParam , setParamRandomness , and setParamTexture to set orbital velocity properties.
|
paramRadialAccel
|
Use with setParam , setParamRandomness , and setParamTexture to set radial acceleration properties.
|
paramScale
|
Use with setParam , setParamRandomness , and setParamTexture to set scale properties.
|
paramTangentialAccel
|
Use with setParam , setParamRandomness , and setParamTexture to set tangential acceleration properties.
|