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

value The value the control holds.

Public Methods

SetValueWithoutNotify Sets the value and, even if different, doesn't notify registers callbacks with a ChangeEvent_1