프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Constructor | void | ||
Cursor | System | ||
PrintGlyph | void |
메소드 | 설명 | |
---|---|---|
AttachConsole ( |
Sets the console this cursor is targetting.
|
|
CarriageReturn ( ) : |
Returns the cursor to the start of the current line.
|
|
Cursor ( ITextSurface surface ) : System | ||
Cursor ( |
Creates a new instance of the cursor class that will work with the specified console.
|
|
Down ( int amount ) : |
Moves the cusor down by the specified amount of lines.
|
|
Left ( int amount ) : |
Moves the cusor left by the specified amount of columns.
|
|
LeftWrap ( int amount ) : |
Moves the cusor left by the specified amount of columns, wrapping the cursor if needed.
|
|
LineFeed ( ) : |
Moves the cursor down a line.
|
|
NewLine ( ) : |
Calls the M:CarriageReturn() and M:LineFeed() methods in a single call.
|
|
Print ( ColoredString text ) : |
Prints text to the console using the appearance of the colored string.
|
|
Print ( string text ) : |
Prints text to the console using the default print appearance.
|
|
Print ( string text, ICellAppearance template, ICellEffect templateEffect ) : |
Prints text on the console.
|
|
Render ( |
||
ResetAppearanceToConsole ( ) : |
Resets the cursor appearance to the console's default foreground and background.
|
|
ResetCursorEffect ( ) : void |
Resets the CursorRenderCell back to the default.
|
|
Right ( int amount ) : |
Moves the cusor right by the specified amount of columns.
|
|
RightWrap ( int amount ) : |
Moves the cusor right by the specified amount of columns, wrapping the cursor if needed.
|
|
Up ( int amount ) : |
Moves the cusor up by the specified amount of lines.
|
메소드 | 설명 | |
---|---|---|
Constructor ( ) : void | ||
Cursor ( ) : System | ||
PrintGlyph ( ColoredGlyph glyph, ColoredString settings ) : void |
public AttachConsole ( |
||
console | The console the cursor works with. | |
리턴 | void |
public Cursor ( |
||
console | The console this cursor will print on. | |
리턴 | System |
public Down ( int amount ) : |
||
amount | int | The amount of lines to move the cursor |
리턴 |
public Left ( int amount ) : |
||
amount | int | The amount of columns to move the cursor |
리턴 |
public LeftWrap ( int amount ) : |
||
amount | int | The amount of columns to move the cursor |
리턴 |
public Print ( ColoredString text ) : |
||
text | ColoredString | The text to print. |
리턴 |
public Print ( string text, ICellAppearance template, ICellEffect templateEffect ) : |
||
text | string | The text to print. |
template | ICellAppearance | The way the text will look when it is printed. |
templateEffect | ICellEffect | Effect to apply to the text as its printed. |
리턴 |
public Render ( |
||
batch | ||
font | Font | |
renderArea | ||
리턴 | void |
public Right ( int amount ) : |
||
amount | int | The amount of columns to move the cursor |
리턴 |
public RightWrap ( int amount ) : |
||
amount | int | The amount of columns to move the cursor |
리턴 |
public Up ( int amount ) : |
||
amount | int | The amount of lines to move the cursor |
리턴 |