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

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 SelectorDecisionData type exposes the following members.

Constructors
  NameDescription
Public methodSelectorDecisionData
Initializes a new instance of the SelectorDecisionData class
Top
Properties
  NameDescription
Public propertyChildDecisionData
Decision data of selected child.
Public propertySelectedChildIdx
Index of selected child.
Top
See Also