Click or drag to resize
TaskParameterDescription Class
Description of a task parameter.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.EditorTaskParameterDescription

Namespace: Slash.AI.BehaviorTrees.Editor
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
[SerializableAttribute]
public class TaskParameterDescription

The TaskParameterDescription type exposes the following members.

Constructors
  NameDescription
Public methodTaskParameterDescription
Initializes a new instance of the TaskParameterDescription class
Top
Properties
  NameDescription
Public propertyDefault
Default value.
Public propertyDefaultSerialized
Default value.
Public propertyDescription
Description.
Public propertyFinalParameterType
Returns the final parameter type. If the parameter type is a nullable type, the underlying type is returned, otherwise the parameter type itself is returned.
Public propertyMetaType
Meta type (used for parameters which are initialized by sub configurations).
Public propertyMetaTypeString
String of meta type (used for parameters which are initialized by sub configurations).
Public propertyName
Readable name.
Public propertyParameterName
Parameter name.
Public propertyParameterType
Parameter type.
Public propertyType
Parameter type.
Public propertyVisualizationType
Defines how the task parameter should be visualized.
Top
Methods
See Also