共用方式為


ARCamera.GetViewMatrix(UIInterfaceOrientation) 方法

定義

取得檢視矩陣,可用來從全局座標轉換成相機座標。

[Foundation.Export("viewMatrixForOrientation:")]
public virtual OpenTK.NMatrix4 GetViewMatrix (UIKit.UIInterfaceOrientation orientation);
abstract member GetViewMatrix : UIKit.UIInterfaceOrientation -> OpenTK.NMatrix4
override this.GetViewMatrix : UIKit.UIInterfaceOrientation -> OpenTK.NMatrix4

參數

orientation
UIInterfaceOrientation

相機方向。

傳回

屬性

適用於