Click or drag to resize

VisualScriptConstructorGetConstructor Method

Note: This API is now obsolete.

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

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

Return Value

Type: Dictionary

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

See Also