enum
Godot::TextureRect::ExpandMode
Defined in:
libgodot/generated/classes/classes_part5.crEnum Members
-
ExpandKeepSize =
0_i64 -
ExpandIgnoreSize =
1_i64 -
ExpandFitWidth =
2_i64 -
ExpandFitWidthProportional =
3_i64 -
ExpandFitHeight =
4_i64 -
ExpandFitHeightProportional =
5_i64
Instance Method Summary
-
#expand_fit_height?
Returns
trueif this enum value equalsExpandFitHeight -
#expand_fit_height_proportional?
Returns
trueif this enum value equalsExpandFitHeightProportional -
#expand_fit_width?
Returns
trueif this enum value equalsExpandFitWidth -
#expand_fit_width_proportional?
Returns
trueif this enum value equalsExpandFitWidthProportional -
#expand_ignore_size?
Returns
trueif this enum value equalsExpandIgnoreSize -
#expand_keep_size?
Returns
trueif this enum value equalsExpandKeepSize
Instance Method Detail
def expand_fit_height_proportional?
#
Returns true if this enum value equals ExpandFitHeightProportional
def expand_fit_width_proportional?
#
Returns true if this enum value equals ExpandFitWidthProportional