Property tryGetDroppablesFromUnityObjects
tryGetDroppablesFromUnityObjects
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 objects data.
See objectReferences for more information.
Declaration
public DropZone.TryGetDroppablesFromUnityObjectsHandler tryGetDroppablesFromUnityObjects { get; set; }
Property Value
Type | Description |
---|---|
DropZone.TryGetDroppablesFromUnityObjectsHandler |
Remarks
This method will only be called in the Unity Editor, since it relies on the objectReferences property which is not available in Unity Runtime.