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
messagestring- 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
messagestringcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string)
public virtual void Invoke(string message)
Parameters
messagestring