ecspresso
Preparing search index...
plugins/rendering/tilemap
TileMetadata
Interface TileMetadata
Tile metadata. Known flag keys drive query methods; arbitrary custom keys are preserved.
interface
TileMetadata
{
blocksSight
?:
boolean
;
solid
?:
boolean
;
walkable
?:
boolean
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
blocks
Sight?
solid?
walkable?
Properties
Optional
blocks
Sight
blocksSight
?:
boolean
Optional
solid
solid
?:
boolean
Optional
walkable
walkable
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks
Sight
solid
walkable
ecspresso
Loading...
Tile metadata. Known flag keys drive query methods; arbitrary custom keys are preserved.