diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2020-02-26 14:27:56 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2020-02-27 09:12:08 +0300 |
commit | 15e757ec602e940613295629dd3fc8c0f4ea0f50 (patch) | |
tree | f842d359e04bf74c4c0e3f018fefccebdae574ef /doc/classes/VisualShaderNodeIntConstant.xml | |
parent | 1e57b558f215dd4920768e9567b6f55825877c89 (diff) | |
download | redot-engine-15e757ec602e940613295629dd3fc8c0f4ea0f50.tar.gz |
Docs for some nodes in visual shader(part 3)
Diffstat (limited to 'doc/classes/VisualShaderNodeIntConstant.xml')
-rw-r--r-- | doc/classes/VisualShaderNodeIntConstant.xml | 3 |
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> |