From c5d7115038de5f83cb83e08748615a84fc26bee2 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sat, 6 Aug 2022 21:11:48 +0300 Subject: Rename the argument tag to param in XML documentation --- doc/classes/VisualShader.xml | 100 +++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'doc/classes/VisualShader.xml') diff --git a/doc/classes/VisualShader.xml b/doc/classes/VisualShader.xml index 64d901cd79..bf95a414f6 100644 --- a/doc/classes/VisualShader.xml +++ b/doc/classes/VisualShader.xml @@ -12,154 +12,154 @@ - - - - + + + + Adds the specified node to the shader. - - - + + + - - - - - + + + + + Returns [code]true[/code] if the specified nodes and ports can be connected together. - - - - - + + + + + Connects the specified nodes and ports. - - - - - + + + + + Connects the specified nodes and ports, even if they can't be connected. Such connection is invalid and will not function properly. - - - - - + + + + + Connects the specified nodes and ports. - - + + Returns the shader node instance with specified [code]type[/code] and [code]id[/code]. - + Returns the list of connected nodes with the specified type. - + Returns the list of all nodes in the shader with the specified type. - - + + Returns the position of the specified node within the shader graph. - + - + - - - - - + + + + + Returns [code]true[/code] if the specified node and port connection exist. - - + + Removes the specified node from the shader. - + - - - + + + Replaces the specified node with a node of new class type. - + Sets the mode of this shader. - - - + + + Sets the position of the specified node. -- cgit v1.2.3