csharp
public static class GameSystemsRuns the systems a project declared.
Methods (1)
public static FrameActivation AddDeclaredSystems(this EngineLoop loop, IServiceProvider services, Func<GameSystemDeclaration, bool>? where = null)Adds every declared system whose services are all available, and names the rest.
Used by (5)
- VillageRunAiVillage.Agent.Tests
- VillageTestsAiVillage.Agent.Tests
- GameSystemTestsVixen.Engine.Tests
- VixenApplicationVixen.App.Hosting
- PlayModeControllerVixen.Editor.SceneView