Class ReorderableListHelper
Namespace: UnityEditor.Animations.Rigging
Syntax
public static class ReorderableListHelper
Methods
Create(SerializedObject, SerializedProperty, Boolean, Boolean)
Declaration
public static ReorderableList Create(SerializedObject obj, SerializedProperty property, bool draggable = true, bool displayHeader = false)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedObject | obj | |
| SerializedProperty | property | |
| Boolean | draggable | |
| Boolean | displayHeader |
Returns
| Type | Description |
|---|---|
| UnityEditorInternal.ReorderableList |