Vixen
caa30e12
csharp
public sealed class InteractionLibrary

Every interactable a build knows, compiled once.

Read the guide page for this →

Fields and properties (3)

  • public static InteractionLibrary Empty

    A library with nothing in it.

  • public IEnumerable<Interactable> Interactables

    Everything, in address order.

  • public IReadOnlyList<string> Problems

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

Methods (2)

Used by (5)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • ReferenceTestsMmo.Content.Tests
  • InteractionTestsVixen.Gameplay.Interaction.Tests