Values
InitialLinearVelocity
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set initial velocity properties.
AngularVelocity
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set angular velocity properties.
OrbitVelocity
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set orbital velocity properties.
LinearAccel
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set linear acceleration properties.
RadialAccel
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set radial acceleration properties.
TangentialAccel
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set tangential acceleration properties.
Damping
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set damping properties.
Angle
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set angle properties.
Scale
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set scale properties.
HueVariation
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set hue variation properties.
AnimSpeed
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set animation speed properties.
AnimOffset
Use with godot.CPUParticles2D.setParam
, godot.CPUParticles2D.setParamRandomness
, and godot.CPUParticles2D.setParamCurve
to set animation offset properties.
Max
Represents the size of the godot.CPUParticles2D_Parameter
enum.