docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ReorderableListStyles

    Styles for the ReorderableListControl.

    Inheritance
    object
    ReorderableListStyles
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting.ReorderableList
    Assembly: Unity.VisualScripting.Core.Editor.dll
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)