ParticlesMaterialParameter Enumeration |
[Missing <summary> documentation for "T:Godot.ParticlesMaterial.Parameter"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax Members
| Member name | Value | Description |
---|
| InitialLinearVelocity | 0 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set initial velocity properties. |
| AngularVelocity | 1 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set angular velocity properties. |
| OrbitVelocity | 2 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set orbital velocity properties. |
| LinearAccel | 3 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set linear acceleration properties. |
| RadialAccel | 4 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set radial acceleration properties. |
| TangentialAccel | 5 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set tangential acceleration properties. |
| Damping | 6 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set damping properties. |
| Angle | 7 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set angle properties. |
| Scale | 8 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set scale properties. |
| HueVariation | 9 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set hue variation properties. |
| AnimSpeed | 10 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set animation speed properties. |
| AnimOffset | 11 | Use with SetParam(ParticlesMaterialParameter, Single), SetParamRandomness(ParticlesMaterialParameter, Single), and SetParamTexture(ParticlesMaterialParameter, Texture) to set animation offset properties. |
| Max | 12 | Represents the size of the ParticlesMaterialParameter enum. |
See Also