docs.unity3d.com
    Show / Hide Table of Contents

    Class SimpleModeTab

    Class SimpleModeTab.

    Inheritance
    Object
    Attribute
    SimpleModeTab
    Namespace: UnityEditor.Industrial.Configuring.UI
    Syntax
    public class SimpleModeTab : Attribute, _Attribute

    Constructors

    SimpleModeTab()

    Initializes a new instance of the SimpleModeTab class.

    Declaration
    public SimpleModeTab()

    SimpleModeTab(Single)

    Initializes a new instance of the SimpleModeTab class.

    Declaration
    public SimpleModeTab(float priority)
    Parameters
    Type Name Description
    Single priority

    The priority.

    SimpleModeTab(Single, String)

    Initializes a new instance of the SimpleModeTab class.

    Declaration
    public SimpleModeTab(float priority, string context)
    Parameters
    Type Name Description
    Single priority

    The priority.

    String context

    The context.

    Fields

    context

    The context

    Declaration
    public string context
    Field Value
    Type Description
    String

    DefaultContext

    The default context

    Declaration
    public const string DefaultContext = "configurator"
    Field Value
    Type Description
    String

    priority

    The priority

    Declaration
    public float priority
    Field Value
    Type Description
    Single
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023