public bool orthographic ;

描述

此为正交摄像机 (true) 还是透视摄像机 (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,摄像机将始终使用前向渲染。

另请参阅:摄像机组件transparencySortMode