Class PlanExecutionSettings | AI Planner | 0.2.4-preview.3
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023