Order
The position this category should use.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Categorization
- Assembly: UnityEngine.CoreModule
public int Order { get; set; }
Remarks
If categories with different name are at same Order, they are sorted by their CategoryInfoAttribute.Name.
If Order is not specified, int.MaxValue will be used.
If several different order are provided through different attribute, first found will be used.