docs.unity.cn
    Show / Hide Table of Contents

    Class PlatformSupportUiHelper

    Utility class for platform support UI.

    Inheritance
    Object
    PlatformSupportUiHelper
    Namespace: Unity.Services.Core.Editor
    Syntax
    public static class PlatformSupportUiHelper : object

    Methods

    GeneratePlatformSupport(IEnumerable<String>)

    Generate a platform support UI.

    Declaration
    public static VisualElement GeneratePlatformSupport(IEnumerable<string> platforms)
    Parameters
    Type Name Description
    IEnumerable<String> platforms

    The set of platforms to support in the UI.

    Returns
    Type Description
    VisualElement

    Return the parent node of the platform support UI.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use