WWW.isDonevar isDone : booleanDescriptionIs 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. |
|
||||
| Scripting > Runtime Classes > WWW | ||||
WWW.isDonevar isDone : booleanDescriptionIs 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. |