Class TestPlayerBuildModifierAttribute
The TestPlayerBuildModifierAttribute attribute can be applied to test assemblies (will affect every test in the assembly).
Implements
Inherited Members
Namespace: UnityEditor.TestTools
Assembly: UnityEditor.TestRunner.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class TestPlayerBuildModifierAttribute : Attribute, _Attribute
Constructors
TestPlayerBuildModifierAttribute(Type)
Initializes and returns an instance of TestPlayerBuildModifierAttribute or throws an ArgumentException.
Declaration
public TestPlayerBuildModifierAttribute(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Throws a ArgumentException if the type provided does not implemented the |