📌  相关文章
📜  如何将某些东西克隆为父单位 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:34.798000             🧑  作者: Mango

代码示例1
GameObject obj = Instantiate(sphere, RandomPosition(), Quaternion.identity) as GameObject;
     go.transform.parent = transform;