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