Click or drag to resize

VisualScriptLocalVarSetSetVarType Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptLocalVarSet.SetVarType(Godot.Variant.Type)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVarType is deprecated. Use the Type property instead.")]
public void SetVarType(
	VariantType type
)

Parameters

type
Type: GodotVariantType

[Missing <param name="type"/> documentation for "M:Godot.VisualScriptLocalVarSet.SetVarType(Godot.Variant.Type)"]

See Also