ARFrame.CreateRaycastQuery 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("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
- target
- ARRaycastTarget
- alignment
- ARRaycastTargetAlignment
Returns
- Attributes