Table of Contents

Delegate WebXRInterface.SessionSupportedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void WebXRInterface.SessionSupportedEventHandler(string sessionMode, bool supported)

Parameters

sessionMode string
Represents the method that handles the event of a class.
supported bool
Represents the method that handles the event of a class.

Constructors

SessionSupportedEventHandler(object, IntPtr)

public SessionSupportedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string sessionMode, bool supported, AsyncCallback callback, object @object)

Parameters

sessionMode string
supported bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, bool)

public virtual void Invoke(string sessionMode, bool supported)

Parameters

sessionMode string
supported bool