Order
The position this element should take in the parent category.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Categorization
- Assembly: UnityEngine.CoreModule
public int Order { get; set; }
Remarks
If elements with different Name are at same Order, they are sorted by their ElementInfoAttribute.Name.
If Order is not specified, int.MaxValue will be used.