// Use this for initialization void Start() { if (e_stickermanager != null) { e_stickermanager.setWork(true); } }
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; }