Class PlanExecutionSettings
Settings for control of the execution of plans.
Namespace: Unity.AI.Planner
Syntax
[Serializable]
public class PlanExecutionSettings
Fields
ExecutionMode
The criteria for an agent to begin executing an action.
Declaration
[Tooltip("The criteria for an agent to begin executing an action.")]
public PlanExecutionSettings.PlanExecutionMode ExecutionMode
Field Value
Type | Description |
---|---|
PlanExecutionSettings.PlanExecutionMode |
MaximumDecisionTolerance
The maximum range of the next value estimate required to act.
Declaration
[Tooltip("The maximum range of the next value estimate required to act.")]
public float MaximumDecisionTolerance
Field Value
Type | Description |
---|---|
Single |
MinimumPlanningTime
The minimum time spent iterating on the plan required to act.
Declaration
[Tooltip("The minimum time spent iterating on the plan required to act.")]
public float MinimumPlanningTime
Field Value
Type | Description |
---|---|
Single |
MinimumPlanSize
The minimum size of a plan required to act.
Declaration
[Tooltip("The minimum size of a plan required to act.")]
public int MinimumPlanSize
Field Value
Type | Description |
---|---|
Int32 |