enum Godot::CPUParticles3D::ParticleFlags

Defined in:

libgodot/generated/classes/classes_part1.cr

Enum Members

ParticleFlagAlignYToVelocity = 0_i64
ParticleFlagRotateY = 1_i64
ParticleFlagDisableZ = 2_i64
ParticleFlagMax = 3_i64

Instance Method Summary

Instance Method Detail

def particle_flag_align_y_to_velocity? #

Returns true if this enum value equals ParticleFlagAlignYToVelocity


[View source]
def particle_flag_disable_z? #

Returns true if this enum value equals ParticleFlagDisableZ


[View source]
def particle_flag_max? #

Returns true if this enum value equals ParticleFlagMax


[View source]
def particle_flag_rotate_y? #

Returns true if this enum value equals ParticleFlagRotateY


[View source]