csharp
public sealed class CollectionLibraryEvery collectible and every achievement a build knows, compiled once.
Fields and properties (5)
public static CollectionLibrary EmptyA library with nothing in it.
public ReadOnlySpan<Collectible> CollectiblesEvery collectible, in address order.
public ReadOnlySpan<Achievement> AchievementsEvery achievement, in address order.
public int PointsEvery point in the build. What a completion percentage divides by.
public IReadOnlyList<string> ProblemsWhat did not resolve, and what a definition said that cannot be true at once.
Methods (4)
public static CollectionLibrary Compile(DefinitionCatalog catalog)Compiles everything in a catalog.
public Collectible? Find(DefId id)Finds a collectible.
public Achievement? FindAchievement(DefId id)Finds an achievement.
public IEnumerable<Collectible> OfKind(CollectibleKind kind)Every collectible of one kind, in address order.
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