Version: 2017.1
public bool orthographic ;

説明

カメラが orthographic か ( true )、perspective か ( false )。

When ortho is true, camera's viewing volume is defined by orthographicSize.
When orthographic is false, camera's viewing volume is defined by fieldOfView.

注意:平行投影の使用中は、遅延レンダリングはサポートされません。もしカメラの投影モードが Orthographic に設定されている場合、カメラは常に Forward レンダリングとなります。

See Also: camera component, transparencySortMode.