paths
The file names being dragged.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static string[] paths { get; set; }
Remarks
Never returns null. If no paths are available returns an empty array.
Additional Resources: DragAndDrop.objectReferences, DragAndDrop.PrepareStartDrag, DragAndDrop.StartDrag.