Exemplo n.º 1
0
    private void HandleOver()
    {
        // When the user looks at number,

        Debug.Log("Show over state");
        itemText.color = new Color(0, 0, 0);  //change color to black
        m_SelectionRadial.showAndFill();      // show and fill radial
                                              //handel fove gaze too.
        m_GazeOver = true;
    }
 private void HandleOver()
 {
     // When the user looks at number, show the radial and fill it.
     m_SelectionRadial.showAndFill();
     m_GazeOver = true;
 }