Table of Contents

Delegate XRPositionalTracker.ProfileChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the ProfileChanged event of a XRPositionalTracker class.

public delegate void XRPositionalTracker.ProfileChangedEventHandler(string role)

Parameters

role string
Represents the method that handles the event of a class.

Constructors

ProfileChangedEventHandler(object, IntPtr)

public ProfileChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string role, AsyncCallback callback, object @object)

Parameters

role string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string role)

Parameters

role string