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
mode
long- 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
mode
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long)
public virtual void Invoke(long mode)
Parameters
mode
long