GetGenericData(string)
Gets data associated with the current drag-and-drop operation.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public abstract object GetGenericData(string key)
Parameters
The key for this entry.
Returns
Type | Description |
|---|---|
| Object | The object stored for this key. |