ARSCNView.HitTest(CGPoint, ARHitTestResultType) 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.
Performs a hit-test on a ray projected perpendicularly from the normalized point
.
[Foundation.Export("hitTest:types:")]
public virtual ARKit.ARHitTestResult[] HitTest (CoreGraphics.CGPoint point, ARKit.ARHitTestResultType types);
override this.HitTest : CoreGraphics.CGPoint * ARKit.ARHitTestResultType -> ARKit.ARHitTestResult[]
Parameters
- types
- ARHitTestResultType
The ARHitTestResultType(s) that should be tested for.
Returns
- Attributes