Click or drag to resize

VisualScriptNodeSetDefaultInputValue Method

Change the default value of a given port.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetDefaultInputValue(
	int portIdx,
	Object value
)

Parameters

portIdx
Type: SystemInt32

[Missing <param name="portIdx"/> documentation for "M:Godot.VisualScriptNode.SetDefaultInputValue(System.Int32,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.VisualScriptNode.SetDefaultInputValue(System.Int32,System.Object)"]

See Also