Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


sortingOrder

Canvas' order within a sorting layer.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public int sortingOrder { get; set; }

Remarks

When comparing canvases in the same sorting layer, the one with a higher sorting order is displayed above the one with a lower sorting order. Note: Internally the value is stored as a signed 16-bit integer (short) and is constrained within the range of
-32,768
to
32,767
. See Renderer.