DisplayName
Optional displayName to enable Profiler modules to specify display names.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Profiling.Editor
- Assembly: UnityEditor.CoreModule
public string DisplayName { get; }
Remarks
The displayName property allows Profiler modules to define custom display names for performance counters shown in the Unity Profiler UI, independent of the internal counter identifier.
If this is not provided, the name defaults to ProfilerCounterDescriptor.Name.
Additional Resources: ProfilerCounterDescriptor.