IOrderedCallback
Interface that provides control over callback order.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor
public interface IOrderedCallback
Properties
Property | Description |
|---|---|
| callbackOrder | Returns the relative callback order for callbacks. Callbacks with lower values are called before ones with higher values. |