onvaluechanged - eisclimber/ExPresS-XR GitHub Wiki
Field in ValueDescriptor<V>
Emitted when a value changed. Provides the new and old value respectively.
public UnityEvent<V, V> OnValueChanged;Field in ValueDescriptor<V>
Emitted when a value changed. Provides the new and old value respectively.
public UnityEvent<V, V> OnValueChanged;