Delegate XRInterface.PlayAreaChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the PlayAreaChanged event of a XRInterface class.
public delegate void XRInterface.PlayAreaChangedEventHandler(long mode)
Parameters
modelong- Represents the method that handles the event of a class.
Constructors
PlayAreaChangedEventHandler(object, IntPtr)
public PlayAreaChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long mode, AsyncCallback callback, object @object)
Parameters
modelongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(long)
public virtual void Invoke(long mode)
Parameters
modelong