Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

Camera.transparencySortMode

Switch to Manual
public TransparencySortMode transparencySortMode;

Description

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.

Did you find this page useful? Please give it a rating: