Namespace Unity.AI.Planner.Agent
Classes
Controller<TAgent>
The control mechanism responsible for executing actions from the plan, monitoring progress of the operational actions, and updating the progress of the plan
Interfaces
IOperationalAction
An interface used to mark implementations of operational actions. Base interface for IOperationalAction<TAgent>.
IOperationalAction<TAgent>
The required interface for operational actions, as used in executing a plan
Enums
OperationalActionStatus
The status of an operational action, used to monitor the progress of such actions