private void HandleOut() { // When the user looks at number, Debug.Log("Show out state"); itemText.color = originalItemColor; m_SelectionRadial.hideAndUnFill(); // hide and unfill radial m_GazeOver = false; }
private void HandleOut() { // When the user looks away from number, hide the radial and unfill it m_SelectionRadial.hideAndUnFill(); m_GazeOver = false; }