docs.unity.cn
    Show / Hide Table of Contents

    Interface ISimpleModeTab

    Interface ISimpleModeTab

    Namespace: UnityEditor.Industrial.Configuring.UI
    Syntax
    public interface ISimpleModeTab

    Properties

    Advanced

    Gets a value indicating whether this ISimpleModeTab is advanced.

    Declaration
    bool Advanced { get; }
    Property Value
    Type Description
    Boolean

    true if advanced; otherwise, false.

    ButtonUssName

    Gets the name of the button uss.

    Declaration
    string ButtonUssName { get; }
    Property Value
    Type Description
    String

    The name of the button uss.

    Description

    Gets the description.

    Declaration
    string Description { get; }
    Property Value
    Type Description
    String

    The description.

    Icon

    Gets the icon.

    Declaration
    string Icon { get; }
    Property Value
    Type Description
    String

    The icon.

    IconUssName

    Gets the name of the icon uss.

    Declaration
    string IconUssName { get; }
    Property Value
    Type Description
    String

    The name of the icon uss.

    Name

    Gets the name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    The name.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021