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