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
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string message, AsyncCallback callback, object @object)
Parameters
message
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string message)
Parameters
message
string