//-------------------------------------------------
 private void HandHoverUpdate(VRTRIXGloveGrab hand)
 {
     if (hand.GetPressButtonDown())
     {
         //InputModule.instance.Submit(gameObject);
         OnButtonClick();
         //ControllerButtonHints.HideButtonHint(hand, Valve.VR.EVRButtonId.k_EButton_SteamVR_Trigger);
     }
 }