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