summaryrefslogtreecommitdiff
path: root/doc/classes/VisualShaderNodeIntConstant.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-02-27 08:35:12 +0100
committerGitHub <noreply@github.com>2020-02-27 08:35:12 +0100
commit947a6636f70ea5a051efd6e470147072f2bc7f13 (patch)
treec37db407fe9a94434c1cf22524d9534ba56fd5c1 /doc/classes/VisualShaderNodeIntConstant.xml
parentf64342fca9f86d8d929257bf64fa7f3767987e61 (diff)
parent15e757ec602e940613295629dd3fc8c0f4ea0f50 (diff)
Merge pull request #36558 from Chaosus/vs_docs3
Docs for some nodes in visual shader(part 3)
Diffstat (limited to 'doc/classes/VisualShaderNodeIntConstant.xml')
-rw-r--r--doc/classes/VisualShaderNodeIntConstant.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/VisualShaderNodeIntConstant.xml b/doc/classes/VisualShaderNodeIntConstant.xml
index cb05d589d2..1c407b21ca 100644
--- a/doc/classes/VisualShaderNodeIntConstant.xml
+++ b/doc/classes/VisualShaderNodeIntConstant.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeIntConstant" inherits="VisualShaderNode" version="4.0">
<brief_description>
+ A scalar integer constant to be used within the visual shader graph.
</brief_description>
<description>
+ Translated to [code]int[/code] in the shader language.
</description>
<tutorials>
</tutorials>
@@ -10,6 +12,7 @@
</methods>
<members>
<member name="constant" type="int" setter="set_constant" getter="get_constant" default="0">
+ An integer constant which represents a state of this node.
</member>
</members>
<constants>