Class Floor
- Namespace
- GuildWars2.Exploration.Floors
- Assembly
- GW2SDK.dll
Information about a floor. Each continent has several floors, which appear on the world map as pages with up/down arrows. Some floors are hidden. For example, Lion's Arch has 3 floors ingame, but 6 floors in the API. Unfortunately it's not possible to tell which floors are hidden.
public sealed record Floor : IEquatable<Floor>
- Inheritance
-
Floor
- Implements
- Inherited Members
Properties
- ClampedView
If present, it represents a rectangle of download-able textures. Every tile coordinate outside this rectangle is not available on the tile server.
- Id
The floor ID.
- Regions
The regions that are available on this floor. The key is the region ID, the value is the region.
- TextureDimensions
The dimensions of the texture.