Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BaseField<T0>.SetValueWithoutNotify

Declaration

public void SetValueWithoutNotify(TValueType newValue);

Parameters

newValue New value to be set.

Description

Allow to set a value without being notified of the change, if any.