enum Godot::RenderingServer::ParticlesDrawOrder

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

ParticlesDrawOrderIndex = 0_i64
ParticlesDrawOrderLifetime = 1_i64
ParticlesDrawOrderReverseLifetime = 2_i64
ParticlesDrawOrderViewDepth = 3_i64

Instance Method Summary

Instance Method Detail

def particles_draw_order_index? #

Returns true if this enum value equals ParticlesDrawOrderIndex


[View source]
def particles_draw_order_lifetime? #

Returns true if this enum value equals ParticlesDrawOrderLifetime


[View source]
def particles_draw_order_reverse_lifetime? #

Returns true if this enum value equals ParticlesDrawOrderReverseLifetime


[View source]
def particles_draw_order_view_depth? #

Returns true if this enum value equals ParticlesDrawOrderViewDepth


[View source]