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: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class TestPlayerBuildModifierAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| TestPlayerBuildModifierAttribute(Type) | Initializes and returns an instance of TestPlayerBuildModifierAttribute or throws an ArgumentException. |