Search
Preparing search index...
The search index is not available
jga-algorithms-shuffle - v0.1.6
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"games/engine/src/systems/movement"
MovementSystem
Class MovementSystem
Hierarchy
System
MovementSystem
Implements
SystemInterface
Index
Constructors
constructor
Properties
entities
map
position
Methods
can
Move
get
Entities
get
Map
get
Position
run
Constructors
constructor
new
Movement
System
(
entities
:
Map
<
string
,
Entity
>
, position
:
PositionInterface
, map
:
GameMap
)
:
MovementSystem
Parameters
entities:
Map
<
string
,
Entity
>
position:
PositionInterface
map:
GameMap
Returns
MovementSystem
Properties
Protected
entities
entities
:
Map
<
string
,
Entity
>
= new Map<string, Entity>()
Protected
map
map
:
GameMap
Protected
position
position
:
PositionInterface
Methods
can
Move
can
Move
(
)
:
MoveInterface
Returns
MoveInterface
get
Entities
get
Entities
(
)
:
Map
<
string
,
Entity
>
Returns
Map
<
string
,
Entity
>
get
Map
get
Map
(
)
:
GameMap
Returns
GameMap
get
Position
get
Position
(
)
:
PositionInterface
Returns
PositionInterface
run
run
(
)
:
void
Returns
void
Globals
"games/engine/src/systems/movement"
Movement
System
constructor
entities
map
position
can
Move
get
Entities
get
Map
get
Position
run
Move
Interface
Generated using
TypeDoc