INotifyValueChanged<T0>

interface in UnityEngine.UIElements

Switch to Manual

Description

Interface for controls that hold a value and can notify when it is changed by user input.

Variables

valueThe Value held by the control.

Public Functions

SetValueWithoutNotifySet the value and, even if different, does not notify registers callbacks with a ChangeEvent<T>