ARCamera.Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回檢視區中轉譯圖元的 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
檢視區的大小。
傳回
- 屬性