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