feat:角色展示添加设置菜单
This commit is contained in:
@@ -176,13 +176,7 @@ namespace CharacterPreview
|
||||
// SetModelShow(false);
|
||||
}
|
||||
|
||||
private static void SetModelShow(bool show)
|
||||
{
|
||||
if (characterControl)
|
||||
{
|
||||
characterControl.gameObject.SetActive(show);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
private static void HideCamera()
|
||||
|
||||
Reference in New Issue
Block a user