Vixen
c7401864
csharp
public sealed class CollectionLibrary

Every collectible and every achievement a build knows, compiled once.

Read the guide page for this →

Fields and properties (5)

  • public static CollectionLibrary Empty

    A library with nothing in it.

  • public ReadOnlySpan<Collectible> Collectibles

    Every collectible, in address order.

  • public ReadOnlySpan<Achievement> Achievements

    Every achievement, in address order.

  • public int Points

    Every point in the build. What a completion percentage divides by.

  • public IReadOnlyList<string> Problems

    What did not resolve, and what a definition said that cannot be true at once.

Methods (4)

Used by (7)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • ReferenceTestsMmo.Content.Tests
  • CollectionRecordVixen.Gameplay.Collections
  • CollectionTestsVixen.Gameplay.Collections.Tests
  • WardrobeSectionTestsVixen.Live.Gameplay.Tests