Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IOrderedCallback

Interface that provides control over callback order.
Read time 1 minuteLast updated 5 days ago

Definition

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

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