Share via


ARFrame.CreateRaycastQuery Method

Definition

[Foundation.Export("raycastQueryFromPoint:allowingTarget:alignment:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ARKit.ARRaycastQuery CreateRaycastQuery(CoreGraphics.CGPoint point, ARKit.ARRaycastTarget target, ARKit.ARRaycastTargetAlignment alignment);
[<Foundation.Export("raycastQueryFromPoint:allowingTarget:alignment:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateRaycastQuery : CoreGraphics.CGPoint * ARKit.ARRaycastTarget * ARKit.ARRaycastTargetAlignment -> ARKit.ARRaycastQuery
override this.CreateRaycastQuery : CoreGraphics.CGPoint * ARKit.ARRaycastTarget * ARKit.ARRaycastTargetAlignment -> ARKit.ARRaycastQuery

Parameters

point
CGPoint

Returns

Attributes

Applies to