Property | Type | Description | |
---|---|---|---|
BuildHeatmapPercentage | float | ||
BuildingHeatmap | bool | ||
DownloadingData | bool | ||
IgnoreBuilds | bool | ||
IgnoreDates | bool | ||
LoadProgress | float | ||
Loading | bool | ||
RedownloadDataOnPlay | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
DownloadData ( ) : void | ||
DownloadUpdate ( ) : void | ||
GetData ( ) : List |
||
NormalizeDataPoints ( List |
||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnErrorDownload ( string msg ) : void | ||
OnErrorDownloadInfo ( string msg ) : void | ||
OnSuccessDownload ( GA_Request, requestType, Hashtable jsonList, GA_Request, errorEvent ) : void | ||
OnSuccessDownloadInfo ( GA_Request, requestType, Hashtable jsonList, GA_Request, errorEvent ) : void | ||
SetCombineHeatmapType ( CombineHeatmapType combineType ) : void | ||
UpdateIndexData ( ) : void |
Method | Description | |
---|---|---|
FollowProgress ( WWW progress ) : IEnumerator |
public NormalizeDataPoints ( List |
||
Data | List |
|
return | void |
public OnErrorDownloadInfo ( string msg ) : void | ||
msg | string | |
return | void |
public OnSuccessDownload ( GA_Request, requestType, Hashtable jsonList, GA_Request, errorEvent ) : void | ||
requestType | GA_Request, | |
jsonList | Hashtable | |
errorEvent | GA_Request, | |
return | void |
public OnSuccessDownloadInfo ( GA_Request, requestType, Hashtable jsonList, GA_Request, errorEvent ) : void | ||
requestType | GA_Request, | |
jsonList | Hashtable | |
errorEvent | GA_Request, | |
return | void |
public SetCombineHeatmapType ( CombineHeatmapType combineType ) : void | ||
combineType | CombineHeatmapType | |
return | void |