Table of Contents

Delegate XRPositionalTracker.PoseChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void XRPositionalTracker.PoseChangedEventHandler(XRPose pose)

Parameters

pose XRPose
Represents the method that handles the event of a class.

Constructors

PoseChangedEventHandler(object, IntPtr)

public PoseChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(XRPose, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(XRPose pose, AsyncCallback callback, object @object)

Parameters

pose XRPose
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(XRPose)

public virtual void Invoke(XRPose pose)

Parameters

pose XRPose