Click or drag to resize

FuncRefSetFunction Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFunction is deprecated. Use the Function property instead.")]
public void SetFunction(
	string name
)

Parameters

name
Type: SystemString

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

See Also