Version: 2022.2
LanguageEnglish
  • C#

ProfilerCategoryColor

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Profiler category colors enum.

Use ProfilerCategoryColor to specific color of ProfilerCategory samples in the Timeline view of the CPU Usage Profiler module.

Properties

RenderRender category markers color.
ScriptsScripts category markers color.
BurstJobsBurst Jobs category markers color.
OtherMultiple miscellaneous categories markers color.
PhysicsPhysics category markers color.
AnimationAnimation category markers color.
AudioAudio category markers color.
AudioJobAudio Jobs category markers color.
AudioUpdateJobAudio Update Jobs category markers color.
LightingLighting and Global Illumination category markers color.
GCGarbage Collection category markers color.
VSyncRendering Vertical Sync category markers color.
MemoryMemory Allocation category markers color.
InternalInternal category markers color.
UIUser Interface category markers color.
BuildBuild System category markers color.
InputInput category markers color.