Property tryGetDroppables
tryGetDroppables
Method invoked when a drag is started to find any droppable object(s) that can be dropped on the target.
Declaration
public DropZone.TryGetDroppablesHandler tryGetDroppables { get; set; }
Property Value
Type | Description |
---|---|
DropZone.TryGetDroppablesHandler |
Remarks
This method will be called in both the Unity Editor and Unity Runtime.