enum Godot::FlowContainer::LastWrapAlignmentMode

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

LastWrapAlignmentInherit = 0_i64
LastWrapAlignmentBegin = 1_i64
LastWrapAlignmentCenter = 2_i64
LastWrapAlignmentEnd = 3_i64

Instance Method Summary

Instance Method Detail

def last_wrap_alignment_begin? #

Returns true if this enum value equals LastWrapAlignmentBegin


[View source]
def last_wrap_alignment_center? #

Returns true if this enum value equals LastWrapAlignmentCenter


[View source]
def last_wrap_alignment_end? #

Returns true if this enum value equals LastWrapAlignmentEnd


[View source]
def last_wrap_alignment_inherit? #

Returns true if this enum value equals LastWrapAlignmentInherit


[View source]