 | TaskDescriptionGenerateT Method |
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<T>()
where T : ITask
Public Shared Function Generate(Of T As ITask) As TaskDescription
public:
generic<typename T>
where T : ITask
static TaskDescription^ Generate()
static member Generate : unit -> TaskDescription when 'T : ITask
Type Parameters
- T
- Task type.
Return Value
Type:
TaskDescription Task description.
See Also