Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Order

The position this element should take in the parent category.
Read time 1 minuteLast updated 13 days ago

Definition

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.