diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-27 08:35:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 08:35:12 +0100 |
commit | 947a6636f70ea5a051efd6e470147072f2bc7f13 (patch) | |
tree | c37db407fe9a94434c1cf22524d9534ba56fd5c1 /doc/classes/VisualShaderNodeIntConstant.xml | |
parent | f64342fca9f86d8d929257bf64fa7f3767987e61 (diff) | |
parent | 15e757ec602e940613295629dd3fc8c0f4ea0f50 (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.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> |