Enum AssemblyType
Enum flags indicating if an assembly is editor only or if the assembly supports both editor and platforms.
Namespace: UnityEditor.TestTools.TestRunner.Api
Assembly: solution.dll
Syntax
[Flags]
[Serializable]
public enum AssemblyType
Fields
Name | Description |
---|---|
EditorAndPlatforms | The assembly is available in the editor and on one or more platforms. |
EditorOnly | The assembly is editor only and is not available on any platforms. |