Interface INotifyValueChanging<TValueType>
Interface that must be implemented to UI components which can change their value progressively, like a Slider.
Inherited Members
UnityEngine.UIElements.INotifyValueChanged<TValueType>.SetValueWithoutNotify(TValueType)
UnityEngine.UIElements.INotifyValueChanged<TValueType>.value
Namespace: UnityEngine.Dt.App.UI
Syntax
public interface INotifyValueChanging<TValueType> : INotifyValueChanged<TValueType>
Type Parameters
Name | Description |
---|---|
TValueType | The type of value handled by the UI component. |