메소드 | 설명 | |
---|---|---|
AnsiInterpret ( string code ) : void |
Interprets an individual ansi code.
|
|
AnsiReadLine ( string line, bool moreLines = false ) : bool |
Reads a line of ANSI.SYS code.
|
|
AnsiWriter ( |
||
Process ( double timeElapsed ) : void | ||
ReadEntireDocument ( ) : void |
Loads an ansi file and parses it.
|
|
Restart ( ) : void |
public AnsiInterpret ( string code ) : void | ||
code | string | The ANSI.SYS code to read. |
리턴 | void |
public AnsiReadLine ( string line, bool moreLines = false ) : bool | ||
line | string | The line to read. |
moreLines | bool | |
리턴 | bool |
public AnsiWriter ( |
||
ansiDocument | ||
editor | ||
리턴 | System |