mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -18,11 +18,11 @@ TextureLayered
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-------------------------------------+---------------------------------------------------+----------------------------------------------------------------------------+
|
||||
| :ref:`Dictionary<class_Dictionary>` | :ref:`data<class_TextureLayered_property_data>` | {"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0} |
|
||||
+-------------------------------------+---------------------------------------------------+----------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`flags<class_TextureLayered_property_flags>` | 4 |
|
||||
+-------------------------------------+---------------------------------------------------+----------------------------------------------------------------------------+
|
||||
+-------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------+
|
||||
| :ref:`Dictionary<class_Dictionary>` | :ref:`data<class_TextureLayered_property_data>` | ``{"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0}`` |
|
||||
+-------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`flags<class_TextureLayered_property_flags>` | ``4`` |
|
||||
+-------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------+
|
||||
|
||||
Methods
|
||||
-------
|
||||
@@ -75,9 +75,9 @@ Property Descriptions
|
||||
|
||||
- :ref:`Dictionary<class_Dictionary>` **data**
|
||||
|
||||
+-----------+----------------------------------------------------------------------------+
|
||||
| *Default* | {"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0} |
|
||||
+-----------+----------------------------------------------------------------------------+
|
||||
+-----------+--------------------------------------------------------------------------------+
|
||||
| *Default* | ``{"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0}`` |
|
||||
+-----------+--------------------------------------------------------------------------------+
|
||||
|
||||
----
|
||||
|
||||
@@ -86,7 +86,7 @@ Property Descriptions
|
||||
- :ref:`int<class_int>` **flags**
|
||||
|
||||
+-----------+------------------+
|
||||
| *Default* | 4 |
|
||||
| *Default* | ``4`` |
|
||||
+-----------+------------------+
|
||||
| *Setter* | set_flags(value) |
|
||||
+-----------+------------------+
|
||||
|
||||
Reference in New Issue
Block a user