onvaluechangedsingle - eisclimber/ExPresS-XR GitHub Wiki
Field in ValueRangeInteractable<T, U, V>
Emitted if the value changes dynamically (i.e. when the interactor is moved). Passes the new value.
public UnityEvent<V> OnValueChangedSingle;Field in ValueRangeInteractable<T, U, V>
Emitted if the value changes dynamically (i.e. when the interactor is moved). Passes the new value.
public UnityEvent<V> OnValueChangedSingle;