Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetValueWithoutNotify(T)

Sets the value and, even if different, doesn't notify registers callbacks with a ChangeEvent<T>
Read time 1 minuteLast updated 12 days ago

Definition

void SetValueWithoutNotify(T newValue)

Parameters

newValue

T
The new value to be set.