Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

WWW.isDone

Cambiar al Manual
public bool isDone;

Descripción

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.