Click or drag to resize

CPUParticles2DParameter Enumeration

[Missing <summary> documentation for "T:Godot.CPUParticles2D.Parameter"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Parameter
Members
  Member nameValueDescription
InitialLinearVelocity0

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set initial velocity properties.

AngularVelocity1

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set angular velocity properties.

OrbitVelocity2

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set orbital velocity properties.

LinearAccel3

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set linear acceleration properties.

RadialAccel4

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set radial acceleration properties.

TangentialAccel5

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set tangential acceleration properties.

Damping6

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set damping properties.

Angle7

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set angle properties.

Scale8

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set scale properties.

HueVariation9

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set hue variation properties.

AnimSpeed10

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set animation speed properties.

AnimOffset11

Use with SetParam(CPUParticles2DParameter, Single), SetParamRandomness(CPUParticles2DParameter, Single), and SetParamCurve(CPUParticles2DParameter, Curve) to set animation offset properties.

Max12

Represents the size of the CPUParticles2DParameter enum.

See Also