Class PlanExecutionSettings | AI Planner | 0.2.4-preview.3
docs.unity.cn
    Show / Hide Table of Contents

    Class PlanExecutionSettings

    Settings for control of the execution of plans.

    Inheritance
    Object
    PlanExecutionSettings
    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 13 November 2020