Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetValueWithoutNotify(TValueType)

Allow to set a value without being notified of the change, if any.
Read time 1 minuteLast updated 12 days ago

Definition

SetValueWithoutNotify(T)

public virtual void SetValueWithoutNotify(TValueType newValue)

Parameters

newValue

T
New value to be set.