unity3d延遲播放腳本
1 回答

當(dāng)年話下
TA貢獻(xiàn)1890條經(jīng)驗 獲得超9個贊
協(xié)程就行,比如
IEnumerator DelayTime()
{
Debug.Log ("Start");
yield return new WaitForSeconds(1.0f);
Debug.Log ("End");
}
先打印Start,一秒后打印End,要播放什么就在這個地方改
- 1 回答
- 0 關(guān)注
- 715 瀏覽
添加回答
舉報
0/150
提交
取消