Interface ITestPlayerBuildModifier
An interface for a callback modifying the BuildPlayerOptions when building a player for running tests in the runtime.
네임스페이스: UnityEditor.TestTools
어셈블리: solution.dll
구문
public interface ITestPlayerBuildModifier
메서드
이름 | 설명 |
---|---|
ModifyOptions(BuildPlayerOptions) | A callback to modify the BuildPlayerOptions when building a player for test run. Return the modified version of the provided build options. |