Click or drag to resize

VisualScriptLocalVarSetSetVarName Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptLocalVarSet.SetVarName(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVarName is deprecated. Use the VarName property instead.")]
public void SetVarName(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.VisualScriptLocalVarSet.SetVarName(System.String)"]

See Also