Beispiel #1
0
    public void OnFocusEnter()
    {
        //let the UIManager know that it is being gazed at
        if (controlsUI != null)
        {
            controlsUI.OnGazeEnteredUI();
        }

        //visual change of the button on gaze over
        //EnableOrDisableFrame(true);
    }