Property tryGetDroppableFromPath
tryGetDroppableFromPath
Method invoked when a drag is started to find any droppable object(s) that can be dropped on the target using the current drag and drop path data.
See paths for more information.
Declaration
public DropZone.TryGetDroppableFromPathHandler tryGetDroppableFromPath { get; set; }
Property Value
Type | Description |
---|---|
DropZone.TryGetDroppableFromPathHandler |
Remarks
This method will only be called in the Unity Editor, since it relies on the paths property which is not available in Unity Runtime.