mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -35,12 +35,19 @@ Enumerations
|
||||
enum **StretchMode**:
|
||||
|
||||
- **STRETCH_SCALE_ON_EXPAND** = **0** --- Scale to fit the node's bounding rectangle, only if ``expand`` is ``true``. Default ``stretch_mode``, for backwards compatibility. Until you set ``expand`` to ``true``, the texture will behave like ``STRETCH_KEEP``.
|
||||
|
||||
- **STRETCH_SCALE** = **1** --- Scale to fit the node's bounding rectangle.
|
||||
|
||||
- **STRETCH_TILE** = **2** --- Tile inside the node's bounding rectangle.
|
||||
|
||||
- **STRETCH_KEEP** = **3** --- The texture keeps its original size and stays in the bounding rectangle's top-left corner.
|
||||
|
||||
- **STRETCH_KEEP_CENTERED** = **4** --- The texture keeps its original size and stays centered in the node's bounding rectangle.
|
||||
|
||||
- **STRETCH_KEEP_ASPECT** = **5** --- Scale the texture to fit the node's bounding rectangle, but maintain the texture's aspect ratio.
|
||||
|
||||
- **STRETCH_KEEP_ASPECT_CENTERED** = **6** --- Scale the texture to fit the node's bounding rectangle, center it and maintain its aspect ratio.
|
||||
|
||||
- **STRETCH_KEEP_ASPECT_COVERED** = **7** --- Scale the texture so that the shorter side fits the bounding rectangle. The other side clips to the node's limits.
|
||||
|
||||
Description
|
||||
|
||||
Reference in New Issue
Block a user