IOrderedCallback
Interface that provides control over callback order.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public interface IOrderedCallback
Remarks
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.
Properties
Property | Description |
|---|---|
| callbackOrder | Returns a numeric value that determines the order in which the build callback is invoked. |