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 |