Version: 2020.1
언어: 한국어

Camera.transparencySortMode

매뉴얼로 전환
public TransparencySortMode transparencySortMode ;

설명

Transparent object sorting mode.

By default, perspective Cameras sort objects based on distance from Camera position to the object center; and orthographic Cameras sort based on distance along the view direction.

If you're making a 2D game with a perspective Camera, you might want to use TransparencySortMode.Orthographic sort mode so that objects are sorted based on distance along the Camera's view.

See Also: TransparencySortMode enum, opaqueSortMode.