CPUParticles2DFlags Enumeration |
[Missing <summary> documentation for "T:Godot.CPUParticles2D.Flags"]
Namespace: Godot
public enum Flags
Member name | Value | Description | |
---|---|---|---|
AlignYToVelocity | 0 | Use with SetParticleFlag(CPUParticles2DFlags, Boolean) to set FlagAlignY. | |
RotateY | 1 | Present for consistency with 3D particle nodes, not used in 2D. | |
DisableZ | 2 | Present for consistency with 3D particle nodes, not used in 2D. | |
Max | 3 | Represents the size of the CPUParticles2DFlags enum. |