Click or drag to resize

VisualScriptDeconstructGetDeconstructType Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptDeconstruct.GetDeconstructType"]

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

Return Value

Type: VariantType

[Missing <returns> documentation for "M:Godot.VisualScriptDeconstruct.GetDeconstructType"]

See Also