docs.unity.cn
    Show / Hide Table of Contents

    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
    Syntax
    [Flags]
    [Serializable]
    public enum AssemblyType

    Fields

    Name Description Value
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, November 14, 2022
    Terms of use