docs.unity3d.com
    Show / Hide Table of Contents

    Class ReorderableListStyles

    Styles for the ReorderableListControl.

    Inheritance
    Object
    ReorderableListStyles
    Namespace: Unity.VisualScripting.ReorderableList
    Syntax
    public static class ReorderableListStyles

    Properties

    Container

    Gets style for the background of list control.

    Declaration
    public static GUIStyle Container { get; }
    Property Value
    Type Description
    GUIStyle

    Container2

    Gets an alternative style for the background of list control.

    Declaration
    public static GUIStyle Container2 { get; }
    Property Value
    Type Description
    GUIStyle

    FooterButton

    Gets style for footer button.

    Declaration
    public static GUIStyle FooterButton { get; }
    Property Value
    Type Description
    GUIStyle

    FooterButton2

    Gets an alternative style for footer button.

    Declaration
    public static GUIStyle FooterButton2 { get; }
    Property Value
    Type Description
    GUIStyle

    HorizontalLineColor

    Gets color for the horizontal lines that appear between list items.

    Declaration
    public static Color HorizontalLineColor { get; }
    Property Value
    Type Description
    Color

    ItemButton

    Gets style for remove item button.

    Declaration
    public static GUIStyle ItemButton { get; }
    Property Value
    Type Description
    GUIStyle

    SelectedItem

    Gets style for the background of a selected item.

    Declaration
    public static GUIStyle SelectedItem { get; }
    Property Value
    Type Description
    GUIStyle

    SelectionBackgroundColor

    Gets color of background for a selected list item.

    Declaration
    public static Color SelectionBackgroundColor { get; }
    Property Value
    Type Description
    Color

    Title

    Gets style for title header.

    Declaration
    public static GUIStyle Title { get; }
    Property Value
    Type Description
    GUIStyle
    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