IPostprocessBuildWithReport
Implement this interface to receive a callback after the build is complete.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor
public interface IPostprocessBuildWithReport : IOrderedCallback
Methods
Method | Description |
|---|---|
| OnPostprocessBuild | Implement this function to receive a callback after the build is complete. |