少年修仙传客户端基础资源
client_Hale
2019-11-05 857470a8e17241c4c920ad4366c3f5cdd9a52465
Assets/Editor/ScriptEditor/NewBieGuideEditorWindow.cs
@@ -363,6 +363,7 @@
            guideContent = so.tipContent;
            arrowPosition = so.arrowPosition;
            selectBox = so.selectBox;
            effect2 = so.effect2;
            var selectBosAssetName = string.Empty;
            switch (so.selectBox)
            {
@@ -410,6 +411,7 @@
            so.tipContent = guideContent;
            so.arrowPosition = arrowPosition;
            so.selectBox = selectBox;
            so.effect2 = effect2;
            if (m_ClickTarget != null)
            {
                so.UIElementPath = UIUtility.GetUIElementRelativePath(uiroot, m_ClickTarget);