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. |
Public Members
Section titled “Public Members”| 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. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData