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>