onmaxvalue - eisclimber/ExPresS-XR GitHub Wiki
Field in ValueDescriptor<V>
Emitted when the value is changed to a max value.
Be careful when using this event without snapping enabled as can get called multiple times while grabbing.
A threshold value modified (i.e. Float01ThresholdModifier ) might be more appropriate in these cases.
public UnityEvent<V> OnMaxValue;