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:
@@ -21,9 +21,9 @@ A custom shader program.
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------+-----------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`code<class_Shader_property_code>` |
|
||||
+-----------------------------+-----------------------------------------+
|
||||
+-----------------------------+-----------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`code<class_Shader_property_code>` | "" |
|
||||
+-----------------------------+-----------------------------------------+----+
|
||||
|
||||
Methods
|
||||
-------
|
||||
@@ -74,11 +74,13 @@ Property Descriptions
|
||||
|
||||
- :ref:`String<class_String>` **code**
|
||||
|
||||
+----------+-----------------+
|
||||
| *Setter* | set_code(value) |
|
||||
+----------+-----------------+
|
||||
| *Getter* | get_code() |
|
||||
+----------+-----------------+
|
||||
+-----------+-----------------+
|
||||
| *Default* | "" |
|
||||
+-----------+-----------------+
|
||||
| *Setter* | set_code(value) |
|
||||
+-----------+-----------------+
|
||||
| *Getter* | get_code() |
|
||||
+-----------+-----------------+
|
||||
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user