Click or drag to resize
TaskDescriptionGenerateT Method
Generates a task description for the specified task type.

Namespace: Slash.AI.BehaviorTrees.Editor
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public static TaskDescription Generate<T>()
where T : ITask

Type Parameters

T
Task type.

Return Value

Type: TaskDescription
Task description.
See Also