activeProfileChanged
Callback invoked when the active build profile has changed to a new value.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Event
- Namespace: UnityEditor.Build.Profile
- Assembly: UnityEditor.CoreModule
public static event Action<BuildProfile, BuildProfile> activeProfileChanged
Examples
BuildProfile.activeProfileChanged += (BuildProfile previous, BuildProfile current) => {}