interface in UnityEngine.UIElements
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInterface for controls that hold a value and can notify when it is changed by user input.
value | The Value held by the control. |
SetValueWithoutNotify | Set the value and, even if different, does not notify registers callbacks with a ChangeEvent<T> |