Click or drag to resize
TaskParameterTask Class
Task parameter for tasks.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.DataTaskParameter
    Slash.AI.BehaviorTrees.DataTaskParameterGenericITask
      Slash.AI.BehaviorTrees.DataTaskParameterTask

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
[SerializableAttribute]
public class TaskParameterTask : TaskParameterGeneric<ITask>

The TaskParameterTask type exposes the following members.

Constructors
  NameDescription
Public methodTaskParameterTask
Initializes a new instance of the TaskParameterTask class
Top
Properties
  NameDescription
Public propertyConcreteUserValueSerialized
User value xml serialization.
Top
See Also