enum Godot::StyleBoxTexture::AxisStretchMode

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

AxisStretchModeStretch = 0_i64
AxisStretchModeTile = 1_i64
AxisStretchModeTileFit = 2_i64

Instance Method Summary

Instance Method Detail

def axis_stretch_mode_stretch? #

Returns true if this enum value equals AxisStretchModeStretch


[View source]
def axis_stretch_mode_tile? #

Returns true if this enum value equals AxisStretchModeTile


[View source]
def axis_stretch_mode_tile_fit? #

Returns true if this enum value equals AxisStretchModeTileFit


[View source]