Compartilhar via


ARCamera.Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize) Método

Definição

Retorna o ponto de mundo 3D de um pixel renderizado no visor.

[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

Parâmetros

point
CGPoint

O ponto a ser desprojeto.

planeTransform
NMatrix4

O plano XY do espaço de coordenadas do mundo atual.

orientation
UIInterfaceOrientation

A orientação do visor.

viewportSize
CGSize

O tamanho do visor.

Retornos

Atributos

Aplica-se a