Class SettingValue
Events
onValueChanged
public Action<T> onValueChanged
Properties
defaultValue
public T defaultValue { get; private set; }
value
public T value { get; set; }
Constructors
SettingValue(T defaultValue)
public SettingValue(T defaultValue)
Methods
void Reset()
public void Reset()
void SetValueWithoutNotify(T newValue)
public void SetValueWithoutNotify(T newValue)
override string ToString()
public override string ToString()