Interface IScriptsCallback
Base interface that handles processing the callbacks after script building step.
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IScriptsCallback : IContextObject
Methods
| Name | Description |
|---|---|
| PostScripts(IBuildParameters, IBuildResults) | Processes all the callbacks after script building step. |