INotifyValueChanged<T>
Interface for controls that hold a value and can notify when it is changed by user input.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface INotifyValueChanged<T>
Properties
Property | Description |
|---|---|
| value | The value the control holds. |
Methods
Method | Description |
|---|---|
| SetValueWithoutNotify | Sets the value and, even if different, doesn't notify registers callbacks with a ChangeEvent<T> |