Method GetDroppableObjects
GetDroppableObjects()
This method is called to get the objects that can be dropped on the target.
Declaration
protected virtual List<T> GetDroppableObjects()
Returns
Type | Description |
---|---|
List<T> | The objects that can be dropped on the target. |