Click or drag to resize
TaskDescriptionGenerate Method (Type)
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(
	Type taskType
)

Parameters

taskType
Type: SystemType
Task type.

Return Value

Type: TaskDescription
Task description.
See Also