From de5a8128d7bb79be59fe5138b2e36db0f1bf2b3b Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Mon, 18 Jan 2021 12:23:04 +0300 Subject: Unified several visual shader nodes --- doc/classes/VisualShaderNodeSwitch.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'doc/classes/VisualShaderNodeSwitch.xml') diff --git a/doc/classes/VisualShaderNodeSwitch.xml b/doc/classes/VisualShaderNodeSwitch.xml index 9f8a12c0fd..3961070a74 100644 --- a/doc/classes/VisualShaderNodeSwitch.xml +++ b/doc/classes/VisualShaderNodeSwitch.xml @@ -1,15 +1,38 @@ - A boolean/vector function for use within the visual shader graph. + A selector function for use within the visual shader graph. - Returns an associated vector if the provided boolean value is [code]true[/code] or [code]false[/code]. + Returns an associated value of the [code]op_type[/code] type if the provided boolean value is [code]true[/code] or [code]false[/code]. + + + A type of operands and returned value. + + + + A floating-point scalar. + + + An integer scalar. + + + A vector type. + + + A boolean type. + + + A transform type. + + + Represents the size of the [enum OpType] enum. + -- cgit v1.2.3