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

    Struct ActionParameterInfo

    Data representing information for an action parameter in a plan.

    Namespace: Unity.AI.Planner
    Syntax
    public struct ActionParameterInfo

    Properties

    ParameterName

    The name of the parameter.

    Declaration
    public string ParameterName { get; set; }
    Property Value
    Type Description
    String

    TraitObjectId

    The id of the TraitObject used as an argument for this parameter.

    Declaration
    public ObjectId TraitObjectId { get; set; }
    Property Value
    Type Description
    ObjectId

    TraitObjectName

    The name of the TraitObject used as an argument for this parameter.

    Declaration
    public string TraitObjectName { get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 13 November 2020