gute
Preparing search index...
MapLevel
Class MapLevel
Index
Constructors
constructor
Properties
entities
fields
height
id
layer
By
Name
layers
width
world
world
Depth
world
X
world
Y
Methods
copy
entities
Of
Type
first
Entity
Of
Type
Constructors
constructor
new
MapLevel
(
world
:
MapWorld
,
id
:
string
)
:
MapLevel
Parameters
world
:
MapWorld
id
:
string
Returns
MapLevel
Properties
entities
entities
:
MapEntity
[]
= []
fields
fields
:
any
= {}
height
height
:
number
id
id
:
string
layer
By
Name
layerByName
:
Record
<
string
,
MapLayer
>
= {}
layers
layers
:
MapLayer
[]
= []
width
width
:
number
world
world
:
MapWorld
world
Depth
worldDepth
:
number
= 0
world
X
worldX
:
number
= 0
world
Y
worldY
:
number
= 0
Methods
copy
copy
(
id
:
string
)
:
MapLevel
Parameters
id
:
string
Returns
MapLevel
entities
Of
Type
entitiesOfType
(
type
:
string
)
:
MapEntity
[]
Parameters
type
:
string
Returns
MapEntity
[]
first
Entity
Of
Type
firstEntityOfType
(
type
:
string
)
:
undefined
|
MapEntity
Parameters
type
:
string
Returns
undefined
|
MapEntity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
entities
fields
height
id
layer
By
Name
layers
width
world
world
Depth
world
X
world
Y
Methods
copy
entities
Of
Type
first
Entity
Of
Type
gute
Loading...