Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


areaCount

The number of Profiler Areas that you can profile.
Read time 1 minuteLast updated 7 days ago

Definition

public static int areaCount { get; }

Remarks

This number is build constant right now, as ProfilerArea is an enum. Try not to rely on it staying the same throughout the lifetime of the editor instance though, as this is prone to change in the future.