Interface ITestPlayerBuildModifier
An interface for a callback modifying the BuildPlayerOptions when building a player for running tests in the runtime.
Namespace: UnityEditor.TestTools
Assembly: solution.dll
Syntax
public interface ITestPlayerBuildModifier
Methods
| Name | Description |
|---|---|
| ModifyOptions(BuildPlayerOptions) | A callback to modify the BuildPlayerOptions when building a player for test run. Return the modified version of the provided build options. |