Click or drag to resize
ParallelData Class
task data of a parallel task.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.Implementations.CompositesParallelData

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public class Data : ITaskData

The ParallelData type exposes the following members.

Constructors
  NameDescription
Public methodParallelData
Initializes a new instance of the ParallelData class
Top
Fields
  NameDescription
Public fieldChildrenData
Data of running children.
Public fieldRunningChildren
List of running children.
Top
See Also