Click or drag to resize

VisualScriptSetVariableInfo Method

Set a variable's info, using the same format as GetVariableInfo(String).

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

Parameters

name
Type: SystemString

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

value
Type: Godot.CollectionsDictionary

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

See Also