Enum CpuParticles2D.ParticleFlags
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CpuParticles2D.ParticleFlags : long
Fields
AlignYToVelocity = 0
Use with Godot.CpuParticles2D.SetParticleFlag(Godot.CpuParticles2D.ParticleFlags,System.Boolean) to set ParticleFlagAlignY.
DisableZ = 2
Present for consistency with 3D particle nodes, not used in 2D.
Max = 3
Represents the size of the CpuParticles2D.ParticleFlags enum.
RotateY = 1
Present for consistency with 3D particle nodes, not used in 2D.