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

Canvas.renderOrder

public int renderOrder;

Description

The render order in which the canvas is being emitted to the Scene. (Read Only)

Note: Currently only Screen Space - Overlay canvases are ordered correctly as Screen Space - Camera and World Space are emitted and sorted based upon distance from the camera.