summaryrefslogtreecommitdiff
path: root/doc/classes/VisualShaderNodeScalarSwitch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/VisualShaderNodeScalarSwitch.xml')
-rw-r--r--doc/classes/VisualShaderNodeScalarSwitch.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/classes/VisualShaderNodeScalarSwitch.xml b/doc/classes/VisualShaderNodeScalarSwitch.xml
deleted file mode 100644
index 2ad5202745..0000000000
--- a/doc/classes/VisualShaderNodeScalarSwitch.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<class name="VisualShaderNodeScalarSwitch" inherits="VisualShaderNodeSwitch" version="4.0">
- <brief_description>
- A boolean/scalar function for use within the visual shader graph.
- </brief_description>
- <description>
- Returns an associated scalar if the provided boolean value is [code]true[/code] or [code]false[/code].
- </description>
- <tutorials>
- </tutorials>
- <methods>
- </methods>
- <constants>
- </constants>
-</class>