Click or drag to resize

VisualScriptSetVariableDefaultValue Method

Change the default (initial) value of a variable.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetVariableDefaultValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.VisualScript.SetVariableDefaultValue(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.VisualScript.SetVariableDefaultValue(System.String,System.Object)"]

See Also