Search
Preparing search index...
The search index is not available
jga-algorithms-random - v0.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"games/glyphs/src/glyph"
Glyph
Class Glyph
Hierarchy
Glyph
CharacterGlyph
FloorGlyph
WallGlyph
Implements
GlyphInterface
Index
Constructors
constructor
Properties
background
char
foreground
Methods
get
Background
get
Char
get
Foreground
Constructors
constructor
new
Glyph
(
char
?:
string
, background
?:
string
, foreground
?:
string
)
:
Glyph
Parameters
Default value
char:
string
= " "
Default value
background:
string
= "white"
Default value
foreground:
string
= "black"
Returns
Glyph
Properties
Private
background
background
:
string
Private
char
char
:
string
Private
foreground
foreground
:
string
Methods
get
Background
get
Background
(
)
:
string
Returns
string
get
Char
get
Char
(
)
:
string
Returns
string
get
Foreground
get
Foreground
(
)
:
string
Returns
string
Globals
"games/glyphs/src/glyph"
Glyph
constructor
background
char
foreground
get
Background
get
Char
get
Foreground
Glyph
Interface
Generated using
TypeDoc