Click or drag to resize

VisualShaderNodeGroupBaseGetInputs Method

Returns a String description of the input ports as a colon-separated list using the format id,type,name; (see AddInputPort(Int32, Int32, String)).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetInputs()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.VisualShaderNodeGroupBase.GetInputs"]

See Also