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
ビューポートのサイズ。
戻り値
- 属性