Click or drag to resize

VisualScriptConstructorGetConstructorType Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptConstructor.GetConstructorType"]

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

Return Value

Type: VariantType

[Missing <returns> documentation for "M:Godot.VisualScriptConstructor.GetConstructorType"]

See Also