IndexPinchSafeReleaseSelector Class
This Selector selects for a frame when the Pinch is released, as opposed to when it is pinching.
It uses the system pinch (index and thumb) but due to some false-positives with pinch detection, to establish that a pinch has released the index must be not pinching and be extended.
bool SelectOnRelease[Get]
float SafeReleaseThreshold[Get]
Turns true when the hand is pinching, then goes back to false only if the hand releases the pinch with the index finger extended.
virtual void OnEnable ( )
virtual void OnDisable ( )
virtual bool IsIndexExtended ( )
void InjectAllIndexPinchSafeReleaseSelector
void InjectSelectOnRelease ( bool selectOnRelease )