Summary
Creates and initializes a new
UnityEditorInternal.ReorderableList
for UnityEngine.Sprite
s.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .Tools - Containing Type
- AnimancerToolsWindow
Syntax
public static ReorderableList CreateReorderableObjectList<T>(List<T> objects, string name, bool showFooter = false)
where T : Object
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
objects | List |
|
name | string | |
showFooter | bool |
Return Value
Type | Description |
---|---|
ReorderableList |