Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IActiveBuildTargetChanged

Implement this interface to receive a callback after the active build platform has changed.
Read time 1 minuteLast updated 11 days ago

Definition

public interface IActiveBuildTargetChanged : IOrderedCallback

Remarks

Additional Resources: OnActiveBuildTargetChanged

Methods

Method

Description

OnActiveBuildTargetChangedThis function is called automatically when the active build platform has changed.

Inheritance