Delegate XRPositionalTracker.PoseLostTrackingEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the PoseLostTracking event of a XRPositionalTracker class.
public delegate void XRPositionalTracker.PoseLostTrackingEventHandler(XRPose pose)
Parameters
pose
XRPose- Represents the method that handles the event of a class.
Constructors
PoseLostTrackingEventHandler(object, IntPtr)
public PoseLostTrackingEventHandler(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