The AssetWatcher class is already counting the number of successful and failed
resources but there is no way to actuall get the numbers. This would be
convenient for a progress bar or for general error reporting.
public int loaded() { return loaded; }
public int errors() { return errors; }
public int total() { return total; }
Original issue reported on code.google.com by dc...@dcode.io on 30 Oct 2012 at 5:18
Original issue reported on code.google.com by
dc...@dcode.io
on 30 Oct 2012 at 5:18