Table of Contents

Delegate WebXRInterface.SessionFailedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void WebXRInterface.SessionFailedEventHandler(string message)

Parameters

message string
Represents the method that handles the event of a class.

Constructors

SessionFailedEventHandler(object, IntPtr)

public SessionFailedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string message, AsyncCallback callback, object @object)

Parameters

message string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string message)

Parameters

message string