 | 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.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic ITask CreateInstance()
Public Function CreateInstance As ITask
public:
ITask^ CreateInstance()
member CreateInstance : unit -> ITask
Return Value
Type:
ITask Task instance.
See Also