Class GraphicsPlayerBuildModifier
Implements
ITestPlayerBuildModifier
Inherited Members
Namespace: Global Namespace
Assembly: UnityEditor.TestTools.Graphics.dll
Syntax
public class GraphicsPlayerBuildModifier : ITestPlayerBuildModifier
Methods
ModifyOptions(BuildPlayerOptions)
A callback to modify the BuildPlayerOptions when building a player for test run. Return the modified version of the provided build options.
Declaration
public BuildPlayerOptions ModifyOptions(BuildPlayerOptions playerOptions)
Parameters
Type | Name | Description |
---|---|---|
BuildPlayerOptions | playerOptions | The unmodified BuildPlayerOptions. |
Returns
Type | Description |
---|---|
BuildPlayerOptions | The modified BuildPlayerOptions. |
Implements
UnityEditor.TestTools.ITestPlayerBuildModifier