コード例 #1
0
    void cancelSelected()
    {
        if (currentSelectedIcon != null)
        {
//			mLauncherController.Log (TAG, "DestroySelectedBackground");
            IconController action = currentSelectedIcon.GetComponent <IconController> ();
            action.DestroySelectedBackground();
//			mLauncherController.Log (TAG, "currentSelectedIcon = null");
            currentSelectedIcon = null;
        }
    }