public void SetActive(bool shouldBeActive) { isActive = shouldBeActive; inactivityColorRect.SetVisible(!shouldBeActive); }