Summary
Creates a new
UnityEditorInternal.ReorderableList for strings.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .Tools - Containing Type
- AnimancerToolsWindow
Syntax
public static ReorderableList CreateReorderableStringList(List<string> strings, string name, Func<Rect, int, string> doElementGUI)
Parameters
| Name | Type | Description |
|---|---|---|
| strings | List |
|
| name | string | |
| doElementGUI | Func |
Return Value
| Type | Description |
|---|---|
| ReorderableList |