docs.unity.cn

Visual Scripting 1.9.0

    Show / Hide Table of Contents

    Class ReorderableListStyles

    Styles for the ReorderableListControl.

    Inheritance
    Object
    ReorderableListStyles
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    In This Article
    • Properties
      • Container
      • Container2
      • FooterButton
      • FooterButton2
      • HorizontalLineColor
      • ItemButton
      • SelectedItem
      • SelectionBackgroundColor
      • Title
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, August 4, 2023