Vixen
dd8b0a81
csharp
public readonly record struct FrameActivation

What AddDeclaredSystems did, and what it could not do.

Read the guide page for this →

Fields and properties (2)

  • public IReadOnlyList<string> Running

    The systems that were added, by name.

  • public IReadOnlyList<string> Missing

    The declared systems that were not, one readable line each. ⚠ Read this out. A frame that is missing a system is a game whose scrap never spawns or whose crowd never moves, and a caller that dropped this on the floor turns an unregistered service into a gameplay bug.

Methods (1)

  • public FrameActivation(IReadOnlyList<string> Running, IReadOnlyList<string> Missing)

    What AddDeclaredSystems did, and what it could not do.

Used by (8)

  • VillageRunAiVillage.Agent.Tests
  • VillageTestsAiVillage.Agent.Tests
  • GameSystemTestsVixen.Engine.Tests
  • GameSystemsVixen.Engine
  • VixenApplicationVixen.App.Hosting
  • EditorApplicationVixen.Editor.App
  • PlayDeclaredSystemsTestsVixen.Editor.SceneView.Tests
  • PlayModeControllerVixen.Editor.SceneView