Exemplo n.º 1
0
        public CodeEditor()
        {
            highlightLexer = new CSharpLexer();

            ConstructUI();

            InputField.onValueChanged.AddListener((string s) => { OnInputChanged(s); });
        }