onmaxvalue - eisclimber/ExPresS-XR GitHub Wiki

ValueDescriptor.OnMaxValue

Field in ValueDescriptor<V>

Summary

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;
⚠️ **GitHub.com Fallback** ⚠️