GetItemName(int)
Gets the sample name associated with the item.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public string GetItemName(int id)
Parameters
Hierarchy item identifier.
Returns
Type | Description |
|---|---|
| string | Returns item name. Returns null if identifier is invalid. |