Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


INotifyValueChangedExtensions

INotifyValueChangedExtensions is a set of extension methods useful for objects implementing INotifyValueChanged<T>.
Read time 1 minuteLast updated 7 days ago

Definition

public static class INotifyValueChangedExtensions

Static Methods

Method

Description

RegisterValueChangedCallbackRegisters this callback to receive ChangeEvent<T> when the value is changed.
UnregisterValueChangedCallbackUnregisters this callback from receiving ChangeEvent<T> when the value is changed.