Table of Contents

Delegate XRServerInstance.TrackerUpdatedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the TrackerUpdated event of a XRServerInstance class.

public delegate void XRServerInstance.TrackerUpdatedEventHandler(StringName trackerName, long type)

Parameters

trackerName StringName
Represents the method that handles the event of a class.
type long
Represents the method that handles the event of a class.

Constructors

TrackerUpdatedEventHandler(object, IntPtr)

public TrackerUpdatedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(StringName, long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(StringName trackerName, long type, AsyncCallback callback, object @object)

Parameters

trackerName StringName
type long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(StringName, long)

public virtual void Invoke(StringName trackerName, long type)

Parameters

trackerName StringName
type long