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