csharp
public sealed class TravelLibraryEvery way of getting anywhere a build knows, compiled once.
Fields and properties (3)
public static TravelLibrary EmptyA library with nothing in it.
public IEnumerable<TravelPoint> PointsEverything, in address order.
public IReadOnlyList<string> ProblemsWhat did not resolve, and what a definition said that cannot be true at once.
Methods (3)
public static TravelLibrary Compile(DefinitionCatalog catalog)Compiles everything in a catalog.
public TravelPoint? Find(DefId id)Finds one.
public IEnumerable<TravelPoint> AvailableFrom(DefId from, IRequirementContext? context)Everywhere somebody could go from where they are.
Used by (5)
- ContentTestsMmo.Content.Tests
- CoverageTestsMmo.Content.Tests
- MmoLibrariesMmo.Shared
- ReferenceTestsMmo.Content.Tests
- TravelTestsVixen.Gameplay.Travel.Tests