Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SortMethod

Specifies the sorting method.
Read time 1 minuteLast updated 5 days ago

Definition

public enum SortMethod

Remarks

Use SortMethod to define how elements are sorted, either by their creation order or their display order.

Fields

Value

Description

CreationThe sorting is done based on the creation order.
DisplayThe sorting is done based on the display order.