feat:角色展示添加设置菜单

This commit is contained in:
m0_75251201
2025-11-19 10:17:55 +08:00
parent bef0d43792
commit f80e166574
21 changed files with 569 additions and 24 deletions

View File

@@ -176,13 +176,7 @@ namespace CharacterPreview
// SetModelShow(false);
}
private static void SetModelShow(bool show)
{
if (characterControl)
{
characterControl.gameObject.SetActive(show);
}
}
private static void HideCamera()