Vixen
02b45cc4
csharp
public record class SystemNode

One 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 System

    The system itself.

  • public SystemPhase Phase

    Which phase it belongs to.

  • public SystemAccess Access

    What it reads and writes.

  • public int Order

    Its position in the phase's execution order.

  • public IReadOnlyList<int> DependsOn

    The indices, within the phase, of the systems whose work this must wait for.

  • public string Name

    The system's type name, which is what a dump shows.

Methods (1)

Used by (4)

  • EngineLoopTestsVixen.Engine.Tests
  • SystemGraphVixen.Ecs
  • SystemRunnerVixen.Ecs
  • SystemTestsVixen.Ecs.Tests