Click or drag to resize

VisualScriptPropertyGetSetBasicType Method

Note: This API is now obsolete.

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

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

Parameters

basicType
Type: GodotVariantType

[Missing <param name="basicType"/> documentation for "M:Godot.VisualScriptPropertyGet.SetBasicType(Godot.Variant.Type)"]

See Also