Поделиться через


ARCamera.Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize) Метод

Определение

Возвращает трехмерную точку мира отображаемого пикселя в окне просмотра.

[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

Размер окна просмотра.

Возвращаемое значение

Атрибуты

Применяется к