csharp
public sealed class InteractionLibraryEvery interactable a build knows, compiled once.
Fields and properties (3)
public static InteractionLibrary EmptyA library with nothing in it.
public IEnumerable<Interactable> InteractablesEverything, in address order.
public IReadOnlyList<string> ProblemsWhat did not resolve, and what a definition said that cannot be true at once.
Methods (2)
public static InteractionLibrary Compile(DefinitionCatalog catalog)Compiles everything in a catalog.
public Interactable? Find(DefId id)Finds one.
Used by (5)
- ContentTestsMmo.Content.Tests
- CoverageTestsMmo.Content.Tests
- MmoLibrariesMmo.Shared
- ReferenceTestsMmo.Content.Tests
- InteractionTestsVixen.Gameplay.Interaction.Tests