Click or drag to resize
ParallelDecisionData Class
The decision data.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.Implementations.CompositesParallelDecisionData

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

The ParallelDecisionData type exposes the following members.

Constructors
  NameDescription
Public methodParallelDecisionData
Initializes a new instance of the ParallelDecisionData class
Top
Properties
  NameDescription
Public propertyChildrenDecisionData
Decision data of selected child.
Top
See Also