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
Methods
BeginInvoke(XRPose, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(XRPose pose, AsyncCallback callback, object @object)
Parameters
pose
XRPosecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(XRPose)
public virtual void Invoke(XRPose pose)
Parameters
pose
XRPose