Interface IPackingCallback
Base interface for handling running the callbacks after packing step.
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IPackingCallback : IContextObject
Methods
| Name | Description |
|---|---|
| PostPacking(IBuildParameters, IDependencyData, IWriteData) | Processes all the callbacks after packing step. |