Click or drag to resize

VisualScriptListsSetInputDataPortName Method

[Missing <summary> documentation for "M:Godot.VisualScriptLists.SetInputDataPortName(System.Int32,System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetInputDataPortName(
	int index,
	string name
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.VisualScriptLists.SetInputDataPortName(System.Int32,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.VisualScriptLists.SetInputDataPortName(System.Int32,System.String)"]

See Also