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

ProfilerModuleViewController.ProfilerWindow

protected ProfilerWindow ProfilerWindow;

Description

The Profiler window that the view controller belongs to.

use this property to subscribe to Profiler window events in a view controller, such as ProfilerWindow.SelectedFrameIndexChanged.

A ProfilerWindow. Read-only.

Additional resources: ProfilerWindow.SelectedFrameIndexChanged.