Search
Preparing search index...
The search index is not available
jga-dices - v0.3.4
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"roguelike/src/game/engine/systems/draw"
DrawSystem
Class DrawSystem
Hierarchy
System
DrawSystem
Implements
SystemInterface
Index
Constructors
constructor
Properties
display
entities
offset
Methods
get
Entities
get
Offset
run
set
Offset
Constructors
constructor
new
Draw
System
(
entities
:
Map
<
string
,
Entity
>
, display
:
DisplayInterface
, offset
?:
OffsetInterface
)
:
DrawSystem
Parameters
entities:
Map
<
string
,
Entity
>
display:
DisplayInterface
Default value
offset:
OffsetInterface
= { x: 0, y: 0 }
Returns
DrawSystem
Properties
Protected
display
display
:
DisplayInterface
Protected
entities
entities
:
Map
<
string
,
Entity
>
= new Map<string, Entity>()
Protected
offset
offset
:
OffsetInterface
Methods
get
Entities
get
Entities
(
)
:
Map
<
string
,
Entity
>
Returns
Map
<
string
,
Entity
>
get
Offset
get
Offset
(
)
:
OffsetInterface
Returns
OffsetInterface
run
run
(
)
:
void
Returns
void
set
Offset
set
Offset
(
offset
:
OffsetInterface
)
:
void
Parameters
offset:
OffsetInterface
Returns
void
Globals
"roguelike/src/game/engine/systems/draw"
Draw
System
constructor
display
entities
offset
get
Entities
get
Offset
run
set
Offset
Offset
Interface
Generated using
TypeDoc