C# Class GA_HeatMapDataFilter, TheUnseen

Inheritance: GA_HeatMapDataFilterBase
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
BuildHeatmapPercentage float
BuildingHeatmap bool
DownloadingData bool
IgnoreBuilds bool
IgnoreDates bool
LoadProgress float
Loading bool
RedownloadDataOnPlay bool

Public Methods

Method Description
Awake ( ) : void
DownloadData ( ) : void
DownloadUpdate ( ) : void
GetData ( ) : List
NormalizeDataPoints ( List Data ) : void
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

Private Methods

Method Description
FollowProgress ( WWW progress ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

DownloadData() public method

public DownloadData ( ) : void
return void

DownloadUpdate() public method

public DownloadUpdate ( ) : void
return void

GetData() public method

public GetData ( ) : List
return List

NormalizeDataPoints() public method

public NormalizeDataPoints ( List Data ) : void
Data List
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnErrorDownload() public method

public OnErrorDownload ( string msg ) : void
msg string
return void

OnErrorDownloadInfo() public method

public OnErrorDownloadInfo ( string msg ) : void
msg string
return void

OnSuccessDownload() public method

public OnSuccessDownload ( GA_Request, requestType, Hashtable jsonList, GA_Request, errorEvent ) : void
requestType GA_Request,
jsonList Hashtable
errorEvent GA_Request,
return void

OnSuccessDownloadInfo() public method

public OnSuccessDownloadInfo ( GA_Request, requestType, Hashtable jsonList, GA_Request, errorEvent ) : void
requestType GA_Request,
jsonList Hashtable
errorEvent GA_Request,
return void

SetCombineHeatmapType() public method

public SetCombineHeatmapType ( CombineHeatmapType combineType ) : void
combineType CombineHeatmapType
return void

UpdateIndexData() public method

public UpdateIndexData ( ) : void
return void

Property Details

BuildHeatmapPercentage public property

public float BuildHeatmapPercentage
return float

BuildingHeatmap public property

public bool BuildingHeatmap
return bool

DownloadingData public property

public bool DownloadingData
return bool

IgnoreBuilds public property

public bool IgnoreBuilds
return bool

IgnoreDates public property

public bool IgnoreDates
return bool

LoadProgress public property

public float LoadProgress
return float

Loading public property

public bool Loading
return bool

RedownloadDataOnPlay public property

public bool RedownloadDataOnPlay
return bool