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 held by the control. |
Public Methods 公共方法
| SetValueWithoutNotify | Set the value and, even if different, does not notify registers callbacks with a ChangeEvent<T> |