docs.unity.cn
    Show / Hide Table of Contents

    Enum TestPlatform

    A flag indicating the targeted test platforms.

    Namespace: UnityEngine.TestTools
    Syntax
    [Flags]
    [Serializable]
    public enum TestPlatform : byte

    Fields

    Name Description Value
    EditMode

    The EditMode test platform.


    2
    PlayMode

    The PlayMode test platform.


    4
    All

    Both platforms.


    255
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, July 10, 2023