示例#1
0
    // Use this for initialization
    void Start()
    {
        textField.text = "new text is assigned.";
        //reader= map.MapView(MapAccess.FileMapRead, 0, 8 * 1024);
        //Debug.Log ("reader lengthe: "+reader.Length);
        //ReadData ();
        //Debug.Log ("Again calling");

        //ReadData ();
//		while (true) {
//			a= GetData();
//			if(a==null || a==0){break;}
//			Debug.Log(a);
//		}

        //new Thread(new ThreadStart(receivingProcess)).Start();
        //StartCoroutine("Fade");
        //	DataChannelHandler.getInstance ().init ();
        dataReader = new MemoryMappedFilesEditor <EmbedHandDataV1>("handCursorData");
    }
示例#2
0
    // Use this for initialization
    void Start()
    {
        textField.text= "new text is assigned.";
        //reader= map.MapView(MapAccess.FileMapRead, 0, 8 * 1024);
        //Debug.Log ("reader lengthe: "+reader.Length);
        //ReadData ();
        //Debug.Log ("Again calling");

        //ReadData ();
        //		while (true) {
        //			a= GetData();
        //			if(a==null || a==0){break;}
        //			Debug.Log(a);
        //		}

        //new Thread(new ThreadStart(receivingProcess)).Start();
        //StartCoroutine("Fade");
        //	DataChannelHandler.getInstance ().init ();
        dataReader=new MemoryMappedFilesEditor<EmbedHandDataV1>("handCursorData");
    }