Click or drag to resize

FuncRefSetInstance Method

The object containing the referenced function. This object must be of a type actually inheriting from Object, not a built-in type such as Int32, Vector2 or Dictionary.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetInstance(
	Object instance
)

Parameters

instance
Type: GodotObject

[Missing <param name="instance"/> documentation for "M:Godot.FuncRef.SetInstance(Godot.Object)"]

See Also