中文
Appearance
GameObject.Instantiate(origin)
GameObject
实例化一个与参数对象属性相同的实体对象。
let go = new GameObject("test"); let copy = GameObject.Instantiate(go);