Пример #1
0
    public void onCLick(InputUIOnClickEvent Event)
    {
        Debug.Log("onCLick" + Event.Serialize());
        //Debug.Log("onCLick");
        //UIManager.CloseUIWindow(this);

        Debug.Log(Screen.width + "  " + Screen.height);
    }
Пример #2
0
    public void onCLick(InputUIOnClickEvent Event)
    {
        Debug.Log("onCLick" + Event.Serialize());
        //Debug.Log("onCLick");
        //UIManager.CloseUIWindow(this);

        Debug.Log(Screen.width + "  " + Screen.height);
    }