Skip to content
Version 2.11.0
↓ Get the launcher

MapInfo structure

Static data for a single map / zone from the game table.

public struct MapInfo : IEquatable<MapInfo>
parameter description
Id Game-table map id.
Name Localised map display name.
Description Localised map description text.
IconPath Addressable path for the map’s icon sprite.
name description
MapInfo(…) Static data for a single map / zone from the game table.
Description { get; set; } Localised map description text.
IconPath { get; set; } Addressable path for the map’s icon sprite.
Id { get; set; } Game-table map id.
Name { get; set; } Localised map display name.