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