GetGenericData(string)
Gets generic data from the drag and drop operation.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
public object GetGenericData(string key)
Parameters
The key for this entry.
Returns
Type | Description |
|---|---|
| Object | The generic data associated with the specified key. |