Enum TestMode
A flag indicating whether to run Edit Mode or Play Mode tests.
네임스페이스: UnityEditor.TestTools.TestRunner.Api
어셈블리: solution.dll
구문
[Flags]
public enum TestMode
필드
이름 | 설명 |
---|---|
EditMode | Run EditMode tests. |
PlayMode | Run PlayMode tests. |