Click or drag to resize

GDFuncRef Method

[Missing <summary> documentation for "M:Godot.GD.FuncRef(Godot.Object,System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static FuncRef FuncRef(
	Object instance,
	string funcname
)

Parameters

instance
Type: GodotObject

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

funcname
Type: SystemString

[Missing <param name="funcname"/> documentation for "M:Godot.GD.FuncRef(Godot.Object,System.String)"]

Return Value

Type: FuncRef

[Missing <returns> documentation for "M:Godot.GD.FuncRef(Godot.Object,System.String)"]

See Also