 | ParallelDataRunningChildren Field |
List of running children.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic List<int> RunningChildren
Public RunningChildren As List(Of Integer)
public:
List<int>^ RunningChildren
val mutable RunningChildren: List<int>
Field Value
Type:
ListInt32
See Also