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)
where T : Object
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
area | Rect | |
list | IList |
|
overwrite | bool |
Return Value
Type | Description |
---|---|
void |