Table of Contents

Delegate XRServerInstance.TrackerRemovedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void XRServerInstance.TrackerRemovedEventHandler(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

TrackerRemovedEventHandler(object, IntPtr)

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