Summary
Creates and initializes a new
UnityEditorInternal.ReorderableList
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .Tools - Containing Type
- AnimancerToolsWindow
Syntax
public static ReorderableList CreateReorderableList<T>(List<T> list, string name, ReorderableList.ElementCallbackDelegate drawElementCallback, bool showFooter = false)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
list | List |
|
name | string | |
drawElementCallback | ReorderableList |
|
showFooter | bool |
Return Value
Type | Description |
---|---|
ReorderableList |