csharp
public sealed class MapChartA map with its points compiled.
Fields and properties (9)
public MapDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public string DisplayNameWhat it is called.
public GameplayTag TagWhat completing it grants.
public ReadOnlySpan<PointOfInterest> PointsWhat is on it.
public int CountingHow many of them count towards completion.
public int ColumnsHow many cells across, never below one.
public int RowsHow many down, never below one.
public int CellsHow many cells there are.
Methods (1)
public PointOfInterest? Find(string? id)Finds a point.
Used by (5)
- ExplorationLibraryVixen.Gameplay.Exploration
- ExplorationRecordVixen.Gameplay.Exploration
- ExplorationSectionVixen.Live.Gameplay
- ExplorationSectionTestsVixen.Live.Gameplay.Tests
- ExplorationTestsVixen.Gameplay.Exploration.Tests