示例#1
0
    public void SetComboInvisible()
    {
        UtilTools.DestroyChild(mComboGrid);

        //mTweenBackground = TweenPosition.Begin(mComboBackground, 0.2f, new Vector3(350.0f, 0.0f, 0.0f));
        //EventDelegate.Add(mTweenBackground.onFinished, ComboMoveOut);
    }