csharp
public readonly record struct FrameActivationWhat AddDeclaredSystems did, and what it could not do.
Fields and properties (2)
public IReadOnlyList<string> RunningThe systems that were added, by name.
public IReadOnlyList<string> MissingThe 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