CPUParticlesFlags Enumeration |
[Missing <summary> documentation for "T:Godot.CPUParticles.Flags"]
Namespace: Godot
public enum Flags
| Member name | Value | Description | |
|---|---|---|---|
| AlignYToVelocity | 0 | Use with SetParticleFlag(CPUParticlesFlags, Boolean) to set FlagAlignY. | |
| RotateY | 1 | Use with SetParticleFlag(CPUParticlesFlags, Boolean) to set FlagRotateY. | |
| DisableZ | 2 | Use with SetParticleFlag(CPUParticlesFlags, Boolean) to set FlagDisableZ. | |
| Max | 3 | Represents the size of the CPUParticlesFlags enum. |