Assets/Editor/ScriptEditor/NewBieGuideEditorWindow.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);