 | TaskDescriptionGenerate Method (Type) |
Generates a task description for the specified task type.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic static TaskDescription Generate(
Type taskType
)
Public Shared Function Generate (
taskType As Type
) As TaskDescription
public:
static TaskDescription^ Generate(
Type^ taskType
)
static member Generate :
taskType : Type -> TaskDescription
Parameters
- taskType
- Type: SystemType
Task type.
Return Value
Type:
TaskDescription Task description.
See Also