ProjectionType

ProjectionType enumeration

カメラの投影タイプ.

public enum ProjectionType

名前価値説明
Perspective0カメラは透視投影を使用します。
Orthographic1カメラは正投影を使用します。

関連項目