导出代码更新

This commit is contained in:
2025-07-25 00:14:42 +08:00
parent 5580b43743
commit bb82e65ac6
5 changed files with 15 additions and 32 deletions

View File

@@ -45,18 +45,5 @@ namespace CreatGame.UI
DisposeGameObjectCache();
GameObject.Destroy(m_ViewObject);
}
protected GameObject GetGameObject(string name)
{
for (int i = 0; i < m_ViewExport.entries.Count; i++)
{
if (m_ViewExport.entries[i].key == name)
{
return m_ViewExport.entries[i].prefab;
}
}
return null;
}
}
}