private void Update() { if (TBInput.GetTouch(_button, _controller)) { _image.color = Color.green; } else { _image.color = Color.white; } }