ARSCNView.Unproject(CGPoint, NMatrix4) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Annule le point
projeté dans le port d’affichage vers le plan 3D qui est représenté par planeTransform
.
[Foundation.Export("unprojectPoint:ontoPlaneWithTransform:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual OpenTK.NVector3 Unproject (CoreGraphics.CGPoint point, OpenTK.NMatrix4 planeTransform);
abstract member Unproject : CoreGraphics.CGPoint * OpenTK.NMatrix4 -> OpenTK.NVector3
override this.Unproject : CoreGraphics.CGPoint * OpenTK.NMatrix4 -> OpenTK.NVector3
Paramètres
- point
- CGPoint
Point 2D.
- planeTransform
- NMatrix4
Transformation qui spécifie le plan sur lequel projeter.
Retours
Point dans le plan.
- Attributs