GetItemMetadata(int, int)
Returns string representation of hierarchy item metadata value.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public string GetItemMetadata(int id, int index)
Parameters
Returns
Type | Description |
|---|---|
| string | Value of the metadata as string. |
Remarks
Additional Resources: HierarchyFrameDataView.GetItemMetadataCount, HierarchyFrameDataView.GetItemMetadataAsLong.