IDebugPanelChangeReceiver
Implement this to receive callbacks for visual element changes. This interface is exclusively available in development builds and the Editor, as it serves as a debug feature that complements the profiling of an application.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IDebugPanelChangeReceiver
Remarks
Related To PanelSettings.SetPanelChangeReceiver
Methods
Method | Description |
|---|---|
| OnVisualElementChange | Receives notifications for every change that occurs on the panel's visual elements. This method is exclusively available in development builds and the Editor, as it serves as a debug feature that complements the profiling of an application. |