Enum CpuParticles2D.Parameter
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CpuParticles2D.Parameter : long
Fields
Angle = 7Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set angle properties.
AngularVelocity = 1Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set angular velocity properties.
AnimOffset = 11Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set animation offset properties.
AnimSpeed = 10Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set animation speed properties.
Damping = 6Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set damping properties.
HueVariation = 9Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set hue variation properties.
InitialLinearVelocity = 0Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set initial velocity properties.
LinearAccel = 3Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set linear acceleration properties.
Max = 12Represents the size of the CpuParticles2D.Parameter enum.
OrbitVelocity = 2Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set orbital velocity properties.
RadialAccel = 4Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set radial acceleration properties.
Scale = 8Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set scale properties.
TangentialAccel = 5Use with Godot.CpuParticles2D.SetParamMin(Godot.CpuParticles2D.Parameter,System.Single), Godot.CpuParticles2D.SetParamMax(Godot.CpuParticles2D.Parameter,System.Single), and Godot.CpuParticles2D.SetParamCurve(Godot.CpuParticles2D.Parameter,Godot.Curve) to set tangential acceleration properties.