From 15e757ec602e940613295629dd3fc8c0f4ea0f50 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Wed, 26 Feb 2020 14:27:56 +0300 Subject: Docs for some nodes in visual shader(part 3) --- doc/classes/VisualShaderNodeIntConstant.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/VisualShaderNodeIntConstant.xml') 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 @@ + A scalar integer constant to be used within the visual shader graph. + Translated to [code]int[/code] in the shader language. @@ -10,6 +12,7 @@ + An integer constant which represents a state of this node. -- cgit v1.2.3