ProfilerWindow
The Profiler window that the view controller 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 subscribe to Profiler window events in a view controller, such as ProfilerWindow.SelectedFrameIndexChanged.
A ProfilerWindow. Read-only.
Additional Resources: ProfilerWindow.SelectedFrameIndexChanged.