Interface IPrebuildSetup
Implement this interface if you want to define a set of actions to run as a pre-build step.
네임스페이스: UnityEngine.TestTools
어셈블리: solution.dll
구문
public interface IPrebuildSetup
메서드
이름 | 설명 |
---|---|
Setup() | Implement this method to call actions automatically before the build process. |