Click or drag to resize

CPUParticles2DFlags Enumeration

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

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

Use with SetParticleFlag(CPUParticles2DFlags, Boolean) to set FlagAlignY.

RotateY1

Present for consistency with 3D particle nodes, not used in 2D.

DisableZ2

Present for consistency with 3D particle nodes, not used in 2D.

Max3

Represents the size of the CPUParticles2DFlags enum.

See Also