IActiveBuildTargetChanged
Implement this interface to receive a callback after the active build platform has changed.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public interface IActiveBuildTargetChanged : IOrderedCallback
Remarks
Additional Resources: OnActiveBuildTargetChanged
Methods
Method | Description |
|---|---|
| OnActiveBuildTargetChanged | This function is called automatically when the active build platform has changed. |