Unity初识之函数delay调用

以前用egret或者cocos,想要delay都是用的timer,unity这里有个Invoke,能够设置delay时间单位是秒 官方文档html using UnityEngine; using System.Collections.Generic; public class ExampleScript : MonoBehaviour { // Launches a projectil
相关文章
相关标签/搜索