Click or drag to resize
TaskParameter Class
Base class for task parameter.
Inheritance Hierarchy

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
[SerializableAttribute]
public abstract class TaskParameter

The TaskParameter type exposes the following members.

Constructors
  NameDescription
Protected methodTaskParameter
Constructor.
Top
Properties
  NameDescription
Public propertyBlackboardAttribute
Blackboard attribute to take the parameter value from.
Public propertyLocation
Location to take parameter value from.
Public propertyType
Returns the type of the task parameter value.
Public propertyUserValue
Parameter value, set by the user.
Top
Methods
See Also