Enum TestPlatform
A flag indicating the targeted test platforms.
Namespace: UnityEngine.TestTools
Assembly: UnityEngine.TestRunner.dll
Syntax
[Flags]
[Serializable]
public enum TestPlatform : byte
Fields
| Name | Description |
|---|---|
| All | Both platforms. |
| EditMode | The EditMode test platform. |
| PlayMode | The PlayMode test platform. |