Partager via


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

Définition

Retourne le point mondial 3D d’un pixel rendu dans la fenêtre d’affichage.

[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

Paramètres

point
CGPoint

Point à annuler le projet.

planeTransform
NMatrix4

Plan XY de l’espace de coordonnées du monde actuel.

orientation
UIInterfaceOrientation

Orientation de la fenêtre d’affichage.

viewportSize
CGSize

Taille de la fenêtre d’affichage.

Retours

Attributs

S’applique à