Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Order

The position this category should use.
Read time 1 minuteLast updated 11 days ago

Definition

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.