Class ReorderableListStyles | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class ReorderableListStyles

    Styles for the ReorderableListControl.

    Inheritance
    Object
    ReorderableListStyles
    Namespace: Ludiq.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 © 2020 Unity Technologies
    Generated by DocFX