# order

> Integer which defines the execution priority order for a MonoBehaviour-derived class.

## Definition

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

```csharp
public int order { get; }
```
