Vixen
caa30e12
csharp
public sealed class MapChart

A map with its points compiled.

Read the guide page for this →

Fields and properties (9)

  • public MapDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public GameplayTag Tag

    What completing it grants.

  • public ReadOnlySpan<PointOfInterest> Points

    What is on it.

  • public int Counting

    How many of them count towards completion.

  • public int Columns

    How many cells across, never below one.

  • public int Rows

    How many down, never below one.

  • public int Cells

    How many cells there are.

Methods (1)

Used by (5)

  • ExplorationLibraryVixen.Gameplay.Exploration
  • ExplorationRecordVixen.Gameplay.Exploration
  • ExplorationSectionVixen.Live.Gameplay
  • ExplorationSectionTestsVixen.Live.Gameplay.Tests
  • ExplorationTestsVixen.Gameplay.Exploration.Tests