Click or drag to resize
ParallelMainTask Property
Main task. If set the parallel will run as long as the main task runs. When the main task ends, all other tasks which still run are aborted. If not set the parallel will run as long as any task runs.

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public ITask MainTask { get; set; }

Property Value

Type: ITask
See Also