Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public interface INotifyValueChanged<T>

Properties

Property

Description

valueThe value the control holds.

Methods

Method

Description

SetValueWithoutNotifySets the value and, even if different, doesn't notify registers callbacks with a ChangeEvent<T>