void blink(object state) { ledsOn = !ledsOn; if (ledsOn) { PSVRController.LedsOn(); } else { PSVRController.LedsOff(); } }