Ejemplo n.º 1
0
 //Construtor
 void Start()
 {
     chatID = 0;
     this.WebInModel = GameObject.FindObjectOfType(typeof(WebIntercomModel)) as WebIntercomModel;
     this.UUModel = GameObject.FindObjectOfType(typeof(UnityUserModel)) as UnityUserModel;
     //StartCourseListener(0);
     //StartCourseListener(1);
 }
Ejemplo n.º 2
0
    // Use this for initialization
    void Start()
    {
        textStyle = new GUIStyle();
        textStyle.normal.textColor = Color.black;
        textStyle.fontSize = 18;

        this.UUModel = GameObject.FindObjectOfType(typeof(UnityUserModel)) as UnityUserModel;

        isCourseSelect = true;
    }