Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


value

The object currently being exposed by the field.
Read time 1 minuteLast updated 10 days ago

Definition

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>.