This version of Unity is unsupported.

INotifyValueChanged<T0>

interface in UnityEngine.UIElements

Description

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

Properties

valueThe Value held by the control.

Public Methods

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