Class PreservedValuesAttribute
Like the ValuesAttribute it is used to provide literal arguments for an individual parameter of a test. It has the Preserve attribute added, allowing it to persist in players build at a high stripping level.
네임스페이스: UnityEngine.TestTools
어셈블리: solution.dll
구문
[Preserve]
public class PreservedValuesAttribute : ValuesAttribute
생성자
이름 | 설명 |
---|---|
PreservedValuesAttribute(params object[]) | Construct the values attribute with a set of arguments. |