Update - 1.13.0.124

EN: 1.13.0.124
CN: 1.13.0.124
JP: 1.13.0.128
KR: 1.13.0.130
This commit is contained in:
SL1900
2026-07-21 12:30:00 +09:00
parent a12087abad
commit 8c4bd41668
1334 changed files with 873026 additions and 95164 deletions
+5 -1
View File
@@ -6,6 +6,7 @@ local sTopBarCtrlLua = "Game.UI.TopBarEx.TopBarCtrl"
local sSafeAreaRoot = "----SafeAreaRoot----"
local bDebugLog = false
local typeof = typeof
local InUnityEditor = NovaAPI.IsEditorPlatform()
function BasePanel:ctor(nIndex, nPanelId, tbParam)
self._nIndex = nIndex
self._nPanelId = nPanelId
@@ -114,7 +115,10 @@ function BasePanel:_PreEnter(callback, goSnapshot)
rt.anchoredPosition = Vector2.zero
end
end
NovaAPI.ProcResPathNote(goPrefabInstance, GameResourceLoader.MakeBundleGroup("UI", self._nPanelId))
if InUnityEditor then
local sPanelName = self.__cname
NovaAPI.AttachPrefabLuaInspector(goPrefabInstance, sLuaClassName, sPanelName, sPrefabFullPath)
end
if objCtrl == nil then
objCtrl = luaClassName.new(goPrefabInstance, self)
table.insert(self._tbObjCtrl, objCtrl)