value
The object currently being exposed by the field.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
public T value { get; set; }
Remarks
If the new value is different from the current value, this method notifies registered callbacks with a ChangeEvent<T>.