Experimental: this API is experimental and might be changed or removed in the future.

INotifyValueChanged<T0>

interface in UnityEngine.Experimental.UIElements

Switch to Manual

Description

控件接口,这些控件保存值并且可以在用户输入更改值时发出通知。

Variables

value控件保存的值。

Public Functions

OnValueChangedRegisters this callback to receive ChangeEvent<T> when value is changed by user input.
RemoveOnValueChangedUnregisters this callback from receiving ChangeEvent<T> when value is changed by user input.
SetValueWithoutNotifySet the value and, even if different, does not notify registers callbacks with a ChangeEvent<T>