Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProfilerWindow

The Profiler window that the module instance belongs to.
Read time 1 minuteLast updated 7 days ago

Definition

protected ProfilerWindow ProfilerWindow { get; }

Remarks

Use this property to construct a ProfilerModuleViewController while overriding ProfilerModule.CreateDetailsViewController. You can also use this property to subscribe to Profiler window events, such as ProfilerWindow.SelectedFrameIndexChanged.
A ProfilerWindow. Read-only.