ARCamera.Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize) 方法

定义

返回视区中呈现的像素的 3D 世界点。

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

参数

point
CGPoint

取消项目的点。

planeTransform
NMatrix4

当前世界坐标空间的 XY 平面。

orientation
UIInterfaceOrientation

视区的方向。

viewportSize
CGSize

视区的大小。

返回

属性

适用于