csharp
public static class ReplanPoliciesThe policies that ship.
Fields and properties (2)
public static IReplanPolicy ReactiveRe-plan when there is nothing to do, or the step ended.
public static IReplanPolicy ManualOnly 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