ARSession.TrackedRaycast Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("trackedRaycast:updateHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ARKit.ARTrackedRaycast? TrackedRaycast(ARKit.ARRaycastQuery query, Action<ARKit.ARRaycastResult[]> updateHandler);
[<Foundation.Export("trackedRaycast:updateHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TrackedRaycast : ARKit.ARRaycastQuery * Action<ARKit.ARRaycastResult[]> -> ARKit.ARTrackedRaycast
override this.TrackedRaycast : ARKit.ARRaycastQuery * Action<ARKit.ARRaycastResult[]> -> ARKit.ARTrackedRaycast
Parameters
- query
- ARRaycastQuery
- updateHandler
- Action<ARRaycastResult[]>
Returns
- Attributes