WWW.isDone 是否完成
var isDone : bool
Description描述
Is the download already finished? (Read Only)
判断下载是否已经完成(只读)?
You should not write loops that spin until download is done; use coroutines instead. An empty loop that waits for isDone will block in the web player.
你不应该编写循环执行直到下载完成,使用协同程序代替。等待isDone的空循环将被阻止在网页中播放。
最后修改:2011年4月25日 Monday 9:22