Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SortingSettings.worldToCameraMatrix

public Matrix4x4 worldToCameraMatrix;

Description

Used to calculate the distance to objects.

Together with cameraPosition, this is used to determine distances to objects for sorting.

Additional resources: DrawingSettings, ScriptableRenderContext.DrawRenderers.