次の方法で共有


ARCamera.Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize) メソッド

定義

ビューポートでレンダリングされたピクセルの 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

ビューポートのサイズ。

戻り値

属性

適用対象