Enum AssemblyType
Enum flags indicating if an assembly is editor only or if the assembly supports both editor and platforms.
네임스페이스: UnityEditor.TestTools.TestRunner.Api
어셈블리: solution.dll
구문
[Flags]
[Serializable]
public enum AssemblyType
필드
이름 | 설명 |
---|---|
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. |