We need to cache the data when loading is completed, so we can calculate the values whenever we want, even if the datamanager is still loading
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GdxData[] DataCache { get; private set; } |
Visual Basic |
---|
Public Property DataCache As GdxData() Get Private Set |
JScript |
---|
function get DataCache () : GdxData[] private function set DataCache (value : GdxData[]) |