Battle Talent  V11
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CrossLink.ModDownloadView Class Reference

Inherits MonoBehaviour.

Public Member Functions

void StartDownloadMods (List< int > ids, List< ModProfile > profiles, Action< bool > onCompleted)
 
bool IsDownloading ()
 
float GetDownloadProgress ()
 
void VerifyDownloadAndInstalledCompleted ()
 
void RetryCurDownload ()
 
bool RetryDownload (int modId, int modfileId)
 
void CancelDownload ()
 
void RemoveAllDownloadMod ()
 

Static Public Member Functions

static void QueryInstalledMods (List< int > mods, Action< List< ModfileIdPair >> onComplete)
 

Public Attributes

HorizontalProgressBar progressBar
 
List< FileDownloadInfo > downloadInfos = new List<FileDownloadInfo>()
 
Dictionary< int, FileDownloadInfo > modfileDownloadMap = new Dictionary<int, FileDownloadInfo>()
 
Text speedText
 
GameObject retryBtn