public void OnPointerClick() { if (b == false) { DisplayPanel.enable(panel); b = true; } else { DisplayPanel.disable(panel); b = false; } }