Exemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        test = GetComponent <TTHTS>();

        //tsiotas
        //Paint();
        StartCoroutine(StartPaintProcess());
    }
Exemplo n.º 2
0
    //private ThreadStart childref = new ThreadStart(ThreadCreationProgram.CallToChildThread);
    //Thread childThread;
    // Use this for initialization
    void Start()
    {
        //Debug.Log("In Main: Creating the Child thread");
        // childThread = new Thread(childref);
        //childThread.Start();

        test = GetComponent <TTHTS>();
        ChangeTerrains();
    }