Click or drag to resize
TaskOutParameterT Class
Container for a task parameter that is written to the blackboard.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.DataTaskOutParameterT

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public class TaskOutParameter<T>

Type Parameters

T
Type of parameter.

The TaskOutParameterT type exposes the following members.

Constructors
  NameDescription
Public methodTaskOutParameterT
Initializes a new instance of the TaskOutParameterT class
Top
Properties
  NameDescription
Public propertyBlackboardAttribute
Key of blackboard attribute to store task parameter value to.
Top
Methods
  NameDescription
Public methodSetValue
Sets the task parameter value.
Top
See Also