Method GetDroppableObjectsForUnityObjects
GetDroppableObjectsForUnityObjects(Object[], out List<T>)
This method is called when the user drops a Unity object on the target.
Declaration
protected virtual bool GetDroppableObjectsForUnityObjects(Object[] objects, out List<T> objs)
Parameters
| Type | Name | Description | 
|---|---|---|
| Object[] | objects | The objects dropped on the target.  | 
    
| List<T> | objs | The objects to be dropped.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the object is valid and can be dropped, false otherwise.  |