 | CompositeTTaskData Constructor (ListITask) |
Constructor.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxprotected Composite(
List<ITask> deciders
)
Protected Sub New (
deciders As List(Of ITask)
)
protected:
Composite(
List<ITask^>^ deciders
)
new :
deciders : List<ITask> -> Composite
Parameters
- deciders
- Type: System.Collections.GenericListITask
Child deciders.
See Also