Class DropArea
Inheritance
System.Object
DropArea
Namespace: UnityEditor.Rendering.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 |
|---|---|---|
| System.Type[] | acceptedTypes | |
| VisualElement | area | |
| System.Action<UnityEngine.Object, Vector2> | OnDrop |