显示肌肉,

This commit is contained in:
李浩 2025-04-17 13:18:45 +08:00
parent ce6412afb8
commit 0cc6584917
3 changed files with 348 additions and 321 deletions

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@ public class SetFalse : MonoBehaviour
foreach (Transform child in parent)
{
// 隐藏当前子物体
child.gameObject.SetActive(false);
child.gameObject.SetActive(true);
// 递归调用以处理子物体的子物体
HideChildrenRecursively(child);
}

File diff suppressed because it is too large Load Diff