public void Update()
 {
     if (_actionSetHandles != null)
     {
         OpenVrWrapper.UpdateActionState(_actionSetHandles);
     }
 }