Click or drag to resize

VisualScriptSetVariableExport Method

Change whether a variable is exported.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetVariableExport(
	string name,
	bool enable
)

Parameters

name
Type: SystemString

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

enable
Type: SystemBoolean

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

See Also