Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long mode, AsyncCallback callback, object @object)

Parameters

mode long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long mode)

Parameters

mode long