Ejemplo n.º 1
0
 public void Abort()
 {
     textQueue.Clear();
     textPlayer.Abort();
     textBox.hide();
     currentText = null;
 }
Ejemplo n.º 2
0
    // Use this for initialization
    void Start()
    {
        textBox = (ITextBox)textBoxObject.GetComponent(typeof(ITextBox));
        textBoxObject.SetActive(true);
        textBox.hide();

        sounds = GameObject.Find("SoundBank").GetComponent <SoundBank>();
    }
Ejemplo n.º 3
0
 private void reset()
 {
     currentText     = null;
     currentDuration = 0;
     textBox.hide();
 }
Ejemplo n.º 4
0
 // Use this for initialization
 void Start()
 {
     textBox = (ITextBox)textBoxObject.GetComponent (typeof(ITextBox));
     textBoxObject.SetActive (true);
     textBox.hide ();
 }
Ejemplo n.º 5
0
 // Use this for initialization
 void Start()
 {
     textBox = (ITextBox)textBoxObject.GetComponent(typeof(ITextBox));
     textBoxObject.SetActive(true);
     textBox.hide();
 }