GetCategoryDescription(ushort)
Retrieves Profiler category information such as name or color.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Profiling.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public static ProfilerCategoryDescription GetCategoryDescription(ushort categoryId)
Parameters
Profiler category identifier.
Returns
Type | Description |
|---|---|
| ProfilerCategoryDescription | Returns description of the category. |