践行数据分析
Unity的一些脚本操作 C#
阅读 60
2022-03-26
1、Unity创建一个空对象:
GameObject gameObject = new GameObject();
2、更改对象参数
gameObject.xx = xxxxx;
相关推荐
精彩评论(0)