跳到主要内容

Class ValueControl

Events

onValueChanged

public event Action onValueChanged;

Properties

value

public T value { get; set; }

Methods

SetValueWithoutNotify(T value)

public virtual void SetValueWithoutNotify(T value)

SendValueChangedEvent(T value)

protected void SendValueChangedEvent(T value)

SetValue(T value)

protected virtual void SetValue(T value)