ProfilerWindow
The Profiler window that the module instance belongs to.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.Profiling.Editor
- Assembly: UnityEditor.CoreModule
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.