csharp
public record class SystemNodeOne system as the graph sees it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public ISystem SystemThe system itself.
public SystemPhase PhaseWhich phase it belongs to.
public SystemAccess AccessWhat it reads and writes.
public int OrderIts position in the phase's execution order.
public IReadOnlyList<int> DependsOnThe indices, within the phase, of the systems whose work this must wait for.
public string NameThe system's type name, which is what a dump shows.
Methods (1)
public SystemNode(ISystem System, SystemPhase Phase, SystemAccess Access, int Order)One system as the graph sees it.
Used by (4)
- EngineLoopTestsVixen.Engine.Tests
- SystemGraphVixen.Ecs
- SystemRunnerVixen.Ecs
- SystemTestsVixen.Ecs.Tests