Property | Type | Description | |
---|---|---|---|
CharsHigh | int | ||
CharsWide | int | ||
OneCharHeight | int | ||
OneCharWidth | int |
Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the Curses display.
|
|
Curses ( GraphicsDevice graphics, int width, int height, string font, bool useHorizSpacingPixel ) : System |
Creates a Curses display. Width and Height are in 8x8 character increments.
|
|
Randomize ( ) : void | ||
Render ( |
||
WriteBox ( int x, int y, int w, int h, CurseDecoration d ) : void | ||
WriteLines ( int x, int y, int width, string s, char delim ) : void | ||
WriteString ( int x, int y, string s ) : void |
public Curses ( GraphicsDevice graphics, int width, int height, string font, bool useHorizSpacingPixel ) : System | ||
graphics | GraphicsDevice | |
width | int | |
height | int | |
font | string | |
useHorizSpacingPixel | bool | |
return | System |
public Render ( |
||
spriteBatch | ||
effect | ||
offset | Vector2 | |
return | void |
public WriteBox ( int x, int y, int w, int h, CurseDecoration d ) : void | ||
x | int | |
y | int | |
w | int | |
h | int | |
d | CurseDecoration | |
return | void |
public WriteLines ( int x, int y, int width, string s, char delim ) : void | ||
x | int | |
y | int | |
width | int | |
s | string | |
delim | char | |
return | void |
public WriteString ( int x, int y, string s ) : void | ||
x | int | |
y | int | |
s | string | |
return | void |