Пример #1
0
    public void Init()
    {
        Instance = this;
        Earth    = transform;
        CSVLoader.CSVLoaderThread(csvData.text, ReceiveData);


        if (Application.platform == RuntimePlatform.Android)
        {
            StopPlaneDetectionEvent();
        }
    }
Пример #2
0
    IEnumerator EnableScript(float delay, Covid19Viz script)
    {
        yield return(new WaitForSeconds(delay));

        script.enabled = true;
    }