Enum CpuParticles3D.ParticleFlags
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CpuParticles3D.ParticleFlags : long
Fields
AlignYToVelocity = 0
Use with Godot.CpuParticles3D.SetParticleFlag(Godot.CpuParticles3D.ParticleFlags,System.Boolean) to set ParticleFlagAlignY.
DisableZ = 2
Use with Godot.CpuParticles3D.SetParticleFlag(Godot.CpuParticles3D.ParticleFlags,System.Boolean) to set ParticleFlagDisableZ.
Max = 3
Represents the size of the CpuParticles3D.ParticleFlags enum.
RotateY = 1
Use with Godot.CpuParticles3D.SetParticleFlag(Godot.CpuParticles3D.ParticleFlags,System.Boolean) to set ParticleFlagRotateY.