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
sessionModestring- Represents the method that handles the event of a class.
supportedbool- Represents the method that handles the event of a class.
Constructors
SessionSupportedEventHandler(object, IntPtr)
public SessionSupportedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string sessionMode, bool supported, AsyncCallback callback, object @object)
Parameters
sessionModestringsupportedboolcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string, bool)
public virtual void Invoke(string sessionMode, bool supported)