摘要: 1、标记为static的就不用创建实例对象调用了,可以通过类名直接点出来 2、DestroyImmediate和Destroy区别 DestroyImmediate立即对对像进行销毁; Destroy销毁场景中的物体,但内存中还存在 RectTransform 2D类型 transform3d类型 阅读全文
posted @ 2022-06-29 14:09 杰克0001 阅读(23) 评论(0) 推荐(0) 编辑