mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
This commit is contained in:
@@ -21,17 +21,19 @@ Control for drawing textures.
|
||||
Properties
|
||||
----------
|
||||
|
||||
+--------------------------------------------------+--------------------------------------------------------------+-------+
|
||||
| :ref:`bool<class_bool>` | :ref:`expand<class_TextureRect_property_expand>` | false |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+-------+
|
||||
| :ref:`bool<class_bool>` | :ref:`flip_h<class_TextureRect_property_flip_h>` | false |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+-------+
|
||||
| :ref:`bool<class_bool>` | :ref:`flip_v<class_TextureRect_property_flip_v>` | false |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+-------+
|
||||
| :ref:`StretchMode<enum_TextureRect_StretchMode>` | :ref:`stretch_mode<class_TextureRect_property_stretch_mode>` | 0 |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+-------+
|
||||
| :ref:`Texture<class_Texture>` | :ref:`texture<class_TextureRect_property_texture>` | |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+-------+
|
||||
+--------------------------------------------------+--------------------------------------------------------------+----------+
|
||||
| :ref:`bool<class_bool>` | :ref:`expand<class_TextureRect_property_expand>` | false |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+----------+
|
||||
| :ref:`bool<class_bool>` | :ref:`flip_h<class_TextureRect_property_flip_h>` | false |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+----------+
|
||||
| :ref:`bool<class_bool>` | :ref:`flip_v<class_TextureRect_property_flip_v>` | false |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+----------+
|
||||
| :ref:`MouseFilter<enum_Control_MouseFilter>` | mouse_filter | **O:** 1 |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+----------+
|
||||
| :ref:`StretchMode<enum_TextureRect_StretchMode>` | :ref:`stretch_mode<class_TextureRect_property_stretch_mode>` | 0 |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+----------+
|
||||
| :ref:`Texture<class_Texture>` | :ref:`texture<class_TextureRect_property_texture>` | |
|
||||
+--------------------------------------------------+--------------------------------------------------------------+----------+
|
||||
|
||||
Enumerations
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user