Click or drag to resize
ReferenceTaskTaskDescriptionChangedDelegate Delegate
Called when the task description of the reference task changed.

Namespace: Slash.AI.BehaviorTrees.Implementations
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public delegate void TaskDescriptionChangedDelegate(
	ReferenceTask task,
	TaskDescription taskDescription
)

Parameters

task
Type: Slash.AI.BehaviorTrees.ImplementationsReferenceTask
Reference task which task description changed.
taskDescription
Type: Slash.AI.BehaviorTrees.EditorTaskDescription
New task description.
See Also