Class BuildCallbacks
Basic implementation of IDependencyCallback, IPackingCallback, IWritingCallback, and IScriptsCallback.
Uses Func implementation for callbacks. IDependency
Inherited Members
Namespace: UnityEditor .Build.Pipeline
Assembly: solution.dll
Syntax
public class BuildCallbacks : IDependencyCallback, IPackingCallback, IWritingCallback, IScriptsCallback, IContextObject
Properties
Name | Description |
---|---|
Post |
Func delegate for the callback after dependency calculation has occurred. |
Post |
Func delegate for the callback after packing has occurred. |
Post |
Func delegate for the callback after scripts have been compiled. |
Post |
Func delegate for the callback after writing content has occurred. |
Methods
Name | Description |
---|---|
Post |
Processes all the callbacks after dependency calculation step. |
Post |
Processes all the callbacks after packing step. |
Post |
Processes all the callbacks after script building step. |
Post |
Processes all the callbacks after writing step. |