Esempio n. 1
0
 public IEnumerator Start()
 {
     CommonIntergrationTests common = new CommonIntergrationTests ();
     yield return StartCoroutine(common.DoNotSubscribedTest(SslOn, this.name, AsObject, IsPresence));
     UnityEngine.Debug.Log (string.Format("{0}: After StartCoroutine", this.name));
     yield return new WaitForSeconds (CommonIntergrationTests.WaitTimeBetweenCalls);
 }
Esempio n. 2
0
        public IEnumerator Start()
        {
            CommonIntergrationTests common = new CommonIntergrationTests();

            yield return(StartCoroutine(common.DoNotSubscribedTest(SslOn, this.name, AsObject, IsPresence)));

            UnityEngine.Debug.Log(string.Format("{0}: After StartCoroutine", this.name));
            yield return(new WaitForSeconds(CommonIntergrationTests.WaitTimeBetweenCalls));
        }