summaryrefslogtreecommitdiff
path: root/doc/classes/VisualShaderNodeSwitch.xml
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-05-07 11:19:23 +0200
committerTomasz Chabora <kobewi4e@gmail.com>2020-05-08 00:36:01 +0200
commitfecf79f2870508697b3e45d4d93312d16fe161c5 (patch)
tree8be2da8dd346aebce3c44ad55b2b2efe8a6d6156 /doc/classes/VisualShaderNodeSwitch.xml
parent2df844d5b311fc8d8b18040020df82c73d4365dd (diff)
Add documentation for the VisualShader nodes
Diffstat (limited to 'doc/classes/VisualShaderNodeSwitch.xml')
-rw-r--r--doc/classes/VisualShaderNodeSwitch.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/VisualShaderNodeSwitch.xml b/doc/classes/VisualShaderNodeSwitch.xml
index 5bbb9168a0..9f8a12c0fd 100644
--- a/doc/classes/VisualShaderNodeSwitch.xml
+++ b/doc/classes/VisualShaderNodeSwitch.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeSwitch" inherits="VisualShaderNode" version="4.0">
<brief_description>
+ A boolean/vector function for use within the visual shader graph.
</brief_description>
<description>
+ Returns an associated vector if the provided boolean value is [code]true[/code] or [code]false[/code].
</description>
<tutorials>
</tutorials>