unity创建物体的三种方法

GameObject cube= new GameObject("Cube");

GameObject.Instantiate("预制体");

GameObject.CreatePrimitive(PrmitiveType.XXX);

注:个人作笔记用

你可能感兴趣的:(unity创建物体的三种方法)