IProcessScene
Implement this interface to receive a callback for each Scene during the build.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public interface IProcessScene : IOrderedCallback
Remarks
This interface is obsolete. Use IProcessSceneWithReport instead.
Methods
Method | Description |
|---|---|
| OnProcessScene | Implement this method to receive a callback for each scene during the build. |