Esempio n. 1
0
    public void CmdSetWatsonRotateCube(NetworkInstanceId objid, bool state)
    {
        GameObject          obj = NetworkServer.objects [objid].gameObject;
        SpeechToTextToAudio stt = obj.GetComponent <SpeechToTextToAudio> ();

        stt.setRotating(state);
    }
Esempio n. 2
0
    void Start()
    {
        singleton = this;
        LogSystem.InstallDefaultReactors();
        // To solve the Waston problem
        Config cfg = Config.Instance;

//		RequestPermissions ();
//		Active = true;
    }