ClassDownloadInfo - HydraFramework/Hydra GitHub Wiki
| Name | Read/Write | Description |
| id | R | the infoid |
| url | RW | the resource url |
| path | R | Download Path inside download folder. |
| absolutePath | R | Absolute Download Path |
| status | R | Download Status |
| progress | R | Download Progress |
| Name | Description |
| addProgressWatcher(func:LuaFunction):LuaFunctionWatcher | add watcher to monitor progress changes |
| addStatusWatcher(func:LuaFunction):LuaFunctionWatcher | add watcher to monitor status changes |