Vixen
c7401864
csharp
public static class ReplanPolicies

The policies that ship.

Read the guide page for this →

Fields and properties (2)

  • public static IReplanPolicy Reactive

    Re-plan when there is nothing to do, or the step ended.

  • public static IReplanPolicy Manual

    Only when something asks.

Methods (1)

  • public static IReplanPolicy Proactive(float interval = 2)

    The same, and on an interval as well, so a better plan can be discovered.

Used by (2)

  • AiSystemVixen.Ai
  • ReplanPolicyTestsVixen.Ai.Tests