Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DisplayName

Optional displayName to enable Profiler modules to specify display names.
Read time 1 minuteLast updated 10 days ago

Definition

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.