Vixen
dd8b0a81
csharp
public record class SystemPlacement

Where one system type lands in a frame: which phase, and where in it.

Read the guide page for this →

Remarks

SystemNode without the instance and without the access, because those are the two things that need one. See SystemPlan for why that distinction is the whole point.

Fields and properties (4)

  • public Type SystemType

    The system's type.

  • public SystemPhase Phase

    Which phase it belongs to.

  • public int Order

    Its position in the phase's execution order.

  • public string Name

    The system's short name, which is what a report calls it.

Methods (1)

  • public SystemPlacement(Type SystemType, SystemPhase Phase, int Order)

    Where one system type lands in a frame: which phase, and where in it.

Used by (5)

  • SyncStateSweepOrderTestsVixen.Net.Engine.Tests
  • SystemGraphVixen.Ecs
  • SystemPlanVixen.Ecs
  • DoctorSystemsTestsVixen.Cli.Tests
  • SystemsRunnerVixen.Cli