Version: 2021.2
protected ProfilerWindow ProfilerWindow ;

描述

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.

See Also: ProfilerWindow.SelectedFrameIndexChanged, ProfilerModule.CreateDetailsViewController, ProfilerModuleViewController.