LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Canvas.renderOrder

Switch to Manual
public int renderOrder;

Description

The render order in which the canvas is being emitted to the scene.

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