Class ReorderableListHelper | Animation Rigging | 1.0.3
docs.unity3d.com
    Show / Hide Table of Contents

    Class ReorderableListHelper

    Helper class to manage ReorderableList appearance in the editor.

    Inheritance
    Object
    ReorderableListHelper
    Namespace: UnityEditor.Animations.Rigging
    Syntax
    public static class ReorderableListHelper

    Methods

    Create(SerializedObject, SerializedProperty, Boolean, Boolean)

    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.

    Boolean draggable

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

    Boolean displayHeader

    Displays the ReorderableList header.

    Returns
    Type Description
    UnityEditorInternal.ReorderableList

    Returns a new ReorderableList.

    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