Ejemplo n.º 1
0
    void OnClick()
    {
        TTUITestMsg msg = new TTUITestMsg("TestClose");

        TTUICore.MsgMgr.SendMsg(msg);
    }
Ejemplo n.º 2
0
    void OnClick()
    {
        TTUITestMsg msg = new TTUITestMsg("TestCallScript");

        TTUICore.MsgMgr.SendMsg(msg);
    }
Ejemplo n.º 3
0
	void OnClick()
	{
		TTUITestMsg msg = new TTUITestMsg("TestCallScript");
		TTUICore.MsgMgr.SendMsg(msg);
	}
Ejemplo n.º 4
0
	void OnClick()
	{
		TTUITestMsg msg = new TTUITestMsg("TestClose");
		TTUICore.MsgMgr.SendMsg(msg);
	}