enum
Godot::RenderingServer::ParticlesDrawOrder
Defined in:
libgodot/generated/classes/classes_part5.crEnum Members
-
ParticlesDrawOrderIndex =
0_i64 -
ParticlesDrawOrderLifetime =
1_i64 -
ParticlesDrawOrderReverseLifetime =
2_i64 -
ParticlesDrawOrderViewDepth =
3_i64
Instance Method Summary
-
#particles_draw_order_index?
Returns
trueif this enum value equalsParticlesDrawOrderIndex -
#particles_draw_order_lifetime?
Returns
trueif this enum value equalsParticlesDrawOrderLifetime -
#particles_draw_order_reverse_lifetime?
Returns
trueif this enum value equalsParticlesDrawOrderReverseLifetime -
#particles_draw_order_view_depth?
Returns
trueif this enum value equalsParticlesDrawOrderViewDepth
Instance Method Detail
def particles_draw_order_lifetime?
#
Returns true if this enum value equals ParticlesDrawOrderLifetime
def particles_draw_order_reverse_lifetime?
#
Returns true if this enum value equals ParticlesDrawOrderReverseLifetime
def particles_draw_order_view_depth?
#
Returns true if this enum value equals ParticlesDrawOrderViewDepth