打开窗口框架

This commit is contained in:
2025-07-17 09:52:33 +08:00
parent aae0f8bc17
commit 4c24a6b18a
3 changed files with 36 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ namespace CreatGame.UI
/// </summary>
public virtual void CloseView()
{
GameObject.Destroy(m_ViewObject);
}
protected GameObject GetGameObject(string name)