Class DropArea
Namespace: UnityEditor.Rendering.Experimental.LookDev
Syntax
public class DropArea
Constructors
DropArea(Type[], VisualElement, Action<Object, Vector2>)
Declaration
public DropArea(Type[] acceptedTypes, VisualElement area, Action<Object, Vector2> OnDrop)
Parameters
| Type | Name | Description |
|---|---|---|
| Type[] | acceptedTypes | |
| VisualElement | area | |
| Action<UnityEngine.Object, Vector2> | OnDrop |