Vixen
c7401864
csharp
public sealed class UnboundedGovernor

Everybody, every tick.

Read the guide page for this →

Remarks

For tests, for tools, and for a game with a dozen agents where amortising is a complication rather than a saving. It is also the control the budgeted governor is measured against: a claim about what a budget saves means nothing without the unbudgeted number beside it.

Methods (1)

  • public AgentSchedule Plan(long tick, int population)

    Works out this tick's window.

Used by (8)

  • AgentGovernorTestsVixen.Ai.Tests
  • AiSystemTestsVixen.Ai.Tests
  • AiSystemTreeTestsVixen.Ai.Tests
  • BehaviorTreeDeterminismTestsVixen.Ai.Tests
  • FleetVixen.Ai.Tests
  • SeamTestsVixen.Ai.Nodes.Tests
  • VillageVixen.Ai.Nodes.Tests
  • LiveAgentVixen.Editor.AssetEditors.Tests