enum
Godot::Window::ContentScaleAspect
Defined in:
libgodot/generated/classes/classes_part1.crEnum Members
-
ContentScaleAspectIgnore =
0_i64 -
ContentScaleAspectKeep =
1_i64 -
ContentScaleAspectKeepWidth =
2_i64 -
ContentScaleAspectKeepHeight =
3_i64 -
ContentScaleAspectExpand =
4_i64
Instance Method Summary
-
#content_scale_aspect_expand?
Returns
trueif this enum value equalsContentScaleAspectExpand -
#content_scale_aspect_ignore?
Returns
trueif this enum value equalsContentScaleAspectIgnore -
#content_scale_aspect_keep?
Returns
trueif this enum value equalsContentScaleAspectKeep -
#content_scale_aspect_keep_height?
Returns
trueif this enum value equalsContentScaleAspectKeepHeight -
#content_scale_aspect_keep_width?
Returns
trueif this enum value equalsContentScaleAspectKeepWidth
Instance Method Detail
def content_scale_aspect_keep_height?
#
Returns true if this enum value equals ContentScaleAspectKeepHeight
def content_scale_aspect_keep_width?
#
Returns true if this enum value equals ContentScaleAspectKeepWidth