EventClass.render C# (CSharp) Method

render() public method

public render ( ) : void
return void
  public void render () {
    enable ();
    DialogueBox dialogueBox = GameObject.Find ("DialogBox").GetComponent<DialogueBox> ();
    dialogueBox.dialogue = true;
    dialogueBox.text = text;
  }