Search
Preparing search index...
The search index is not available
jga-algorithms-shuffle - v0.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"patterns-ecs/src/engine"
Engine
Class Engine
Hierarchy
Engine
Implements
EngineInterface
Index
Constructors
constructor
Properties
entities
Methods
add
Entity
create
Entity
generate
Id
get
Entities
process
remove
Entity
Constructors
constructor
new
Engine
(
)
:
Engine
Returns
Engine
Properties
Protected
entities
entities
:
Map
<
string
,
EntityInterface
>
Methods
add
Entity
add
Entity
(
entity
:
EntityInterface
)
:
void
Parameters
entity:
EntityInterface
Returns
void
create
Entity
create
Entity
(
)
:
EntityInterface
Returns
EntityInterface
Protected
generate
Id
generate
Id
(
)
:
string
Returns
string
get
Entities
get
Entities
(
)
:
Map
<
string
,
EntityInterface
>
Returns
Map
<
string
,
EntityInterface
>
process
process
(
systems
:
SystemInterface
[]
)
:
void
Parameters
systems:
SystemInterface
[]
Returns
void
remove
Entity
remove
Entity
(
id
:
string
)
:
void
Parameters
id:
string
Returns
void
Globals
"patterns-
ecs/src/engine"
Engine
constructor
entities
add
Entity
create
Entity
generate
Id
get
Entities
process
remove
Entity
Engine
Interface
Generated using
TypeDoc