Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
disableZ
Use with setParticleFlag(_:enable:)
to set particleFlagDisableZ
.
case disableZ
Other cases
case alignYToVelocity
Use with
setParticleFlag(_:enable:)
to setparticleFlagAlignY
.case rotateY
Use with
setParticleFlag(_:enable:)
to setparticleFlagRotateY
.case max
Represents the size of the
ParticleFlags
enum.