Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WWW.isDone

var isDone: bool;
bool isDone;
isDone as 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.