Click or drag to resize
TaskDescriptionCreateInstance Method
Creates a task instance from this description. If the task type can't be found, a ReferenceTask instance is created which capsules this task description.

Namespace: Slash.AI.BehaviorTrees.Editor
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public ITask CreateInstance()

Return Value

Type: ITask
Task instance.
See Also