共用方式為


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

檢視區的大小。

傳回

屬性

適用於