 | SelectorDecisionDataChildDecisionData Property |
Decision data of selected child.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic IDecisionData ChildDecisionData { get; set; }
Public Property ChildDecisionData As IDecisionData
Get
Set
public:
property IDecisionData^ ChildDecisionData {
IDecisionData^ get ();
void set (IDecisionData^ value);
}
member ChildDecisionData : IDecisionData with get, set
Property Value
Type:
IDecisionData
See Also