Preparing search index...
The search index is not available
labyrinthos
labyrinthos
LSystem
Class LSystem
Index
Constructors
constructor
Properties
axiom
generations
rules
tileset
Methods
apply
Rule
apply
To
get
Tile
Id
Constructors
constructor
new LSystem
(
options
)
:
LSystem
Parameters
options
:
LSystemOptions
Returns
LSystem
Properties
axiom
axiom
:
string
generations
generations
:
number
rules
rules
:
{
[
tileName
:
string
]
:
string
|
(
(
context
)
=>
string
)
;
}
Type declaration
[
tileName
:
string
]:
string
|
(
(
context
)
=>
string
)
tileset
tileset
:
TileSet
Methods
apply
Rule
apply
Rule
(
tileId
,
tileMap
)
:
number
Parameters
tileId
:
number
tileMap
:
TileMap
Returns
number
apply
To
apply
To
(
tileMap
)
:
void
Parameters
tileMap
:
TileMap
Returns
void
get
Tile
Id
get
Tile
Id
(
tileName
)
:
number
Parameters
tileName
:
string
Returns
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
axiom
generations
rules
tileset
apply
Rule
apply
To
get
Tile
Id
labyrinthos
Biome
LSystem
TileMap
TileSet
labyrinthos
mazes
MazeGeneratorFunction
Generated using
TypeDoc