Click or drag to resize

VisualShaderNodeGroupBaseGetOutputs Method

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

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

Return Value

Type: String

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

See Also