Table of Contents

Delegate WebXRInterface.SelectendEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the Selectend event of a WebXRInterface class.

public delegate void WebXRInterface.SelectendEventHandler(long inputSourceId)

Parameters

inputSourceId long
Represents the method that handles the event of a class.

Constructors

SelectendEventHandler(object, IntPtr)

public SelectendEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long inputSourceId, AsyncCallback callback, object @object)

Parameters

inputSourceId long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long inputSourceId)

Parameters

inputSourceId long