Delegate DropZone.TryGetDroppablesHandler
Delegate used to find any droppable object(s) that can be dropped on the target.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public delegate bool DropZone.TryGetDroppablesHandler(out List<object> droppables)
Parameters
Type | Name | Description |
---|---|---|
List<object> | droppables | The droppable object(s) found. |
Returns
Type | Description |
---|---|
bool | True if the target accepts the drag, false otherwise. |