INotifyValueChanged<T0>

interface in UnityEngine.UIElements

Cambiar al Manual

Descripción

Interface for controls that hold a value and can notify when it is changed by user input.

Variables

valueThe Value held by the control.

Funciones Públicas

SetValueWithoutNotifySet the value and, even if different, does not notify registers callbacks with a ChangeEvent<T>