예제 #1
0
 // Use this for initialization
 void Start()
 {
     if (e_stickermanager != null)
     {
         e_stickermanager.setWork(true);
     }
 }
예제 #2
0
    public void StickerBtnClicked()
    {
        if (e_decoratePanlObjUGUI != null)
        {
            e_decoratePanlObjUGUI.GetComponent <RectTransform> ().DOLocalMove(new Vector3(0, -150, 0), 0.6f);
        }

        if (e_stikcerScrowViewPanlObjUGUI != null)
        {
            e_stikcerScrowViewPanlObjUGUI.GetComponent <RectTransform> ().DOLocalMove(new Vector3(0, 0, 0), 0.6f);
        }

        if (m_stickerController != null)
        {
            m_stickerController.setWork(true);
        }
        m_PageMode = PAGEMODE.DECORATE_STICKER;
    }