次の方法で共有


ARCamera.GetProjectPoint(NVector3, UIInterfaceOrientation, CGSize) メソッド

定義

注意事項

Use 'Project' instead.

ワールド空間に投影された の point 画面空間内の場所を取得します。

[System.Obsolete("Use 'Project' instead.", false)]
public virtual CoreGraphics.CGPoint GetProjectPoint (OpenTK.NVector3 point, UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
abstract member GetProjectPoint : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint
override this.GetProjectPoint : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint

パラメーター

point
NVector3

プロジェクトのポイント。

orientation
UIInterfaceOrientation

カメラの向き。

viewportSize
CGSize

ビューポートのサイズ (ポイント単位)。

戻り値

属性

適用対象