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