docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ReorderableListHelper

    Helper class to manage ReorderableList appearance in the editor.

    Inheritance
    object
    ReorderableListHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Animations.Rigging
    Assembly: Unity.Animation.Rigging.Editor.dll
    Syntax
    public static class ReorderableListHelper

    Methods

    Create(SerializedObject, SerializedProperty, bool, bool)

    Creates a ReorderableList using a SerializedProperty array as source.

    Declaration
    public static ReorderableList Create(SerializedObject obj, SerializedProperty property, bool draggable = true, bool displayHeader = false)
    Parameters
    Type Name Description
    SerializedObject obj

    SerializedObject owning the SerializedProperty.

    SerializedProperty property

    SerializedProperty array.

    bool draggable

    Toggles whether an object is draggable in the list. True when an object is draggable, false otherwise.

    bool displayHeader

    Displays the ReorderableList header.

    Returns
    Type Description
    ReorderableList

    Returns a new ReorderableList.

    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)