Interface that provides control over callback order.
This is the base class for build callback interfaces, for example IPreprocessBuildWithContext, IPreprocessShaders, IProcessSceneWithReport, IPostprocessBuildWithContext, and IUnityLinkerProcessor.
Every class that implements these interfaces must define the callbackOrder property with a "get" accessor.
For more information about build callbacks, refer to Use build callbacks
| Property | Description |
|---|---|
| callbackOrder | Returns a numeric value that determines the order in which the build callback is invoked. |