isDone
Is the download already finished? (Read Only)
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.UnityWebRequestWWWModule
public bool isDone { get; }
Remarks
You should not write loops that spin until download is done; use coroutines instead.