Table of Contents

Delegate XRServer.TrackerAddedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the TrackerAdded event of a XRServer class.

public delegate void XRServer.TrackerAddedEventHandler(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

TrackerAddedEventHandler(object, IntPtr)

public TrackerAddedEventHandler(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