Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public interface IDebugPanelChangeReceiver

Remarks

Methods

Method

Description

OnVisualElementChangeReceives 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.