纳金网

标题: unity3d 定时循环 [打印本页]

作者: yeu1233    时间: 2012-8-24 17:20
标题: unity3d 定时循环


function Start () {
StartCoroutine("DoSomething");
}



function DoSomething () {
while (***e) {



  //需要重复执行的代码就放于在此处
        print("DoSomething Loop");



       //设置间隔时间为10秒
        yield WaitForSeconds (10);
    }
}




作者: osaka    时间: 2012-8-24 18:39
好帖~~~~~~~~~~~~




欢迎光临 纳金网 (http://rs.narkii.com/club/) Powered by Discuz! X2.5