# DragAndDrop.SceneDropHandler

> Handler for the Scene.

## Definition

* **Type:** Delegate
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public delegate DragAndDropVisualMode DragAndDrop.SceneDropHandler(Object dropUpon, Vector3 worldPosition, Vector2 viewportPosition, Transform parentForDraggedObjects, bool perform)
```
