ARSCNView.Unproject(CGPoint, NMatrix4) Method

Definition

Unprojects the point in the view port to the 3D plane that is represented by planeTransform.

[Foundation.Export("unprojectPoint:ontoPlaneWithTransform:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual OpenTK.NVector3 Unproject (CoreGraphics.CGPoint point, OpenTK.NMatrix4 planeTransform);
abstract member Unproject : CoreGraphics.CGPoint * OpenTK.NMatrix4 -> OpenTK.NVector3
override this.Unproject : CoreGraphics.CGPoint * OpenTK.NMatrix4 -> OpenTK.NVector3

Parameters

point
CGPoint

The 2D point.

planeTransform
NMatrix4

The transform that specifies the plane onto which to project.

Returns

The point in the plane.

Attributes

Applies to