Exemple #1
0
        public void ShowGuideUIByItem(string uiName, UIWindowBase ui, string itemName, Vector3 offset, bool isFollow)
        {
            GameObject aimUI = ui.GetGuideDynamicCreateItem(itemName);

            ShowGuideUI(GetRectTransform(uiName), aimUI, offset, isFollow);
        }