summaryrefslogtreecommitdiff
path: root/doc/classes/Shader.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Shader.xml')
-rw-r--r--doc/classes/Shader.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/classes/Shader.xml b/doc/classes/Shader.xml
index 53b67c9d38..082c48dfce 100644
--- a/doc/classes/Shader.xml
+++ b/doc/classes/Shader.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="Shader" inherits="Resource" category="Core" version="3.0-alpha">
+<class name="Shader" inherits="Resource" category="Core" version="3.0-beta">
<brief_description>
To be changed, ignore.
</brief_description>
@@ -58,16 +58,12 @@
</description>
</method>
</methods>
- <members>
- <member name="code" type="String" setter="set_code" getter="get_code">
- </member>
- </members>
<constants>
- <constant name="MODE_SPATIAL" value="0">
+ <constant name="MODE_SPATIAL" value="0" enum="Mode">
</constant>
- <constant name="MODE_CANVAS_ITEM" value="1">
+ <constant name="MODE_CANVAS_ITEM" value="1" enum="Mode">
</constant>
- <constant name="MODE_PARTICLES" value="2">
+ <constant name="MODE_PARTICLES" value="2" enum="Mode">
</constant>
</constants>
</class>