Table of Contents

Delegate XRNode3D.TrackingChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the TrackingChanged event of a XRNode3D class.

public delegate void XRNode3D.TrackingChangedEventHandler(bool tracking)

Parameters

tracking bool
Represents the method that handles the event of a class.

Constructors

TrackingChangedEventHandler(object, IntPtr)

public TrackingChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(bool tracking, AsyncCallback callback, object @object)

Parameters

tracking bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(bool)

public virtual void Invoke(bool tracking)

Parameters

tracking bool