GW2v1MapFloor
@Serializable
Information about a map floor.
Parameters
textureDims
the width and height of the texture
clampedView
a rectangle of downloadable textures (Every tile coordinate outside this rectangle is not available on the tile server.)
regions
the floor's regions
Constructors
Link copied to clipboard
constructor(textureDims: List<Int>, clampedView: List<List<Int>>? = null, regions: Map<GW2RegionId, GW2v1MapFloor.Region>)
Types
Properties
Link copied to clipboard
This field holds a rectangle of downloadable textures (Every tile coordinate outside this rectangle is not available on the tile server.).
Link copied to clipboard
This field holds the floor's regions.
Link copied to clipboard
This field holds the width and height of the texture.