# Order

> The position this category should use.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Categorization](/engine/6000.3/script-reference/unityengine/categorization.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public int Order { get; set; }
```

### Remarks

If categories with different name are at same Order, they are sorted by their [CategoryInfoAttribute.Name](/engine/6000.3/script-reference/unityengine/categorization/categoryinfoattribute/name.md).

If Order is not specified, int.MaxValue will be used.

If several different order are provided through different attribute, first found will be used.
