csharp
public record class SystemPlacementWhere one system type lands in a frame: which phase, and where in it.
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 SystemTypeThe system's type.
public SystemPhase PhaseWhich phase it belongs to.
public int OrderIts position in the phase's execution order.
public string NameThe 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