IOrderedCallback

interface in UnityEditor.Build

Description

Interface that provides control over callback order.

This is the base class for build callback interfaces, for example IPreprocessBuildWithReport, IPreprocessShaders, IProcessSceneWithReport, IPostprocessBuildWithReport, and IUnityLinkerProcessor.

Every class that implements these interfaces must define the callbackOrder property with a "get" accessor.

Properties

callbackOrderReturns a numeric value that determines the order in which the build callback is invoked.

Did you find this page useful? Please give it a rating: