Share via


ISCNSceneRenderer.HitTest(CGPoint, NSDictionary) Method

Definition

[Foundation.Export("hitTest:options:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SceneKit.SCNHitTestResult[] HitTest(CoreGraphics.CGPoint thePoint, Foundation.NSDictionary? options);
[<Foundation.Export("hitTest:options:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HitTest : CoreGraphics.CGPoint * Foundation.NSDictionary -> SceneKit.SCNHitTestResult[]
override this.HitTest : CoreGraphics.CGPoint * Foundation.NSDictionary -> SceneKit.SCNHitTestResult[]

Parameters

thePoint
CGPoint
options
NSDictionary

Returns

Attributes

Applies to