GetCategoryInfo(ushort)
Gets the Profiler category information for a given category ID.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public ProfilerCategoryInfo GetCategoryInfo(ushort id)
Parameters
The ID for the Category.
Returns
Type | Description |
|---|---|
| ProfilerCategoryInfo | Returns a ProfilerCategoryInfo struct based on the supplied ID. If the ID doesn't exist, an exception is thrown. |