Example #1
0
        public void OnClosePreviewUI()
        {
            var e = new ShowPreviewUIEvent(1);

            EventDispatcher.Instance.DispatchEvent(e);
        }
Example #2
0
        public void ShowPreviewUIClick()
        {
            var e = new ShowPreviewUIEvent(0);

            EventDispatcher.Instance.DispatchEvent(e);
        }