Class TestPlayerBuildModifierAttribute
The TestPlayerBuildModifierAttribute attribute can be applied to test assemblies (will affect every test in the assembly).
Inherited Members
Namespace: UnityEditor.TestTools
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 | A target type that implements ITestPlayerBuildModifier. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Throws a ArgumentException if the type provided does not implemented the |