Click or drag to resize

VisualScriptConstructorSetConstructor Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptConstructor.SetConstructor(Godot.Collections.Dictionary)"]

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

Parameters

constructor
Type: Godot.CollectionsDictionary

[Missing <param name="constructor"/> documentation for "M:Godot.VisualScriptConstructor.SetConstructor(Godot.Collections.Dictionary)"]

See Also