Version: 2022.2

Camera.transparencySortMode

切换到手册
public TransparencySortMode transparencySortMode ;

描述

透明对象排序模式。

默认情况下,透视摄像机根据摄像机的位置到对象中心的距离 对对象进行排序;正交摄像机则根据沿视图方向的距离排序。

如果您正在使用透视摄像机制作 2D 游戏,可能需要使用 TransparencySortMode.Orthographic 排序模式,以便根据沿摄像机视图的距离对对象进行排序。

另请参阅:TransparencySortMode 枚举、opaqueSortMode