enum
Godot::AspectRatioContainer::StretchMode
Defined in:
libgodot/generated/classes/classes_part1.crEnum Members
-
StretchWidthControlsHeight =
0_i64 -
StretchHeightControlsWidth =
1_i64 -
StretchFit =
2_i64 -
StretchCover =
3_i64
Instance Method Summary
-
#stretch_cover?
Returns
trueif this enum value equalsStretchCover -
#stretch_fit?
Returns
trueif this enum value equalsStretchFit -
#stretch_height_controls_width?
Returns
trueif this enum value equalsStretchHeightControlsWidth -
#stretch_width_controls_height?
Returns
trueif this enum value equalsStretchWidthControlsHeight
Instance Method Detail
def stretch_height_controls_width?
#
Returns true if this enum value equals StretchHeightControlsWidth
def stretch_width_controls_height?
#
Returns true if this enum value equals StretchWidthControlsHeight