onminvalue - eisclimber/ExPresS-XR GitHub Wiki

ValueDescriptor.OnMinValue

Field in ValueDescriptor<V>

Summary

Emitted when the value is changed to a min 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> OnMinValue;
⚠️ **GitHub.com Fallback** ⚠️