Summary
Adds any objects dropped in the `area` to the `list`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .Tools - Containing Type
- AnimancerToolsWindow
.Tool
Syntax
protected void HandleDragAndDropIntoList<T>(Rect area, IList<T> list, bool overwrite, Func<T, bool> validate = null)
where T : Object
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| area | Rect | |
| list | IList |
|
| overwrite | bool | |
| validate | Func |
Return Value
| Type | Description |
|---|---|
| void |