This version of Unity is unsupported.

IDebugPanelChangeReceiver

interface in UnityEngine.UIElements

Description

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.

PanelSettings.panelChangeReceiver

Public Methods

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.