ToString()
Returns a string representation of the ProfilerCounterDescriptor.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Profiling.Editor
- Assembly: UnityEditor.CoreModule
public override string ToString()
Returns
Type | Description |
|---|---|
| string | A formatted string in the format "Name (CategoryName)". |
Remarks
Provides a human-readable string representation of the descriptor, combining the counter name and category name.
Additional Resources: ProfilerCounterDescriptor.