Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ProfilerModule.ProfilerWindow

protected ProfilerWindow ProfilerWindow;

Description

The Profiler window that the module instance belongs to.

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.

Additional resources: ProfilerWindow.SelectedFrameIndexChanged, ProfilerModule.CreateDetailsViewController, ProfilerModuleViewController.