Class ActionExecutionInfo
Serialized data pertaining to the execution of plan actions.
Namespace: Unity.AI.Planner.Controller
Syntax
[Serializable]
public class ActionExecutionInfo
Properties
PlanExecutorStateUpdateMode
An enum defining whether the plan executor should be updated with world state data or with the predicted state from the current plan.
Declaration
public PlanExecutorStateUpdateMode PlanExecutorStateUpdateMode { get; set; }
Property Value
Type | Description |
---|---|
PlanExecutorStateUpdateMode |