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