Click or drag to resize

VisualServerRequestFrameDrawnCallback Method

Schedules a callback to the corresponding named method on where after a frame has been drawn.

The callback method must use only 1 argument which will be called with userdata.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void RequestFrameDrawnCallback(
	Object where,
	string method,
	Object userdata
)

Parameters

where
Type: GodotObject

[Missing <param name="where"/> documentation for "M:Godot.VisualServer.RequestFrameDrawnCallback(Godot.Object,System.String,System.Object)"]

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.VisualServer.RequestFrameDrawnCallback(Godot.Object,System.String,System.Object)"]

userdata
Type: SystemObject

[Missing <param name="userdata"/> documentation for "M:Godot.VisualServer.RequestFrameDrawnCallback(Godot.Object,System.String,System.Object)"]

See Also