 | ReferenceTaskTaskDescriptionChangedDelegate Delegate |
Called when the task description of the reference task changed.
Namespace: Slash.AI.BehaviorTrees.ImplementationsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic delegate void TaskDescriptionChangedDelegate(
ReferenceTask task,
TaskDescription taskDescription
)
Public Delegate Sub TaskDescriptionChangedDelegate (
task As ReferenceTask,
taskDescription As TaskDescription
)
public delegate void TaskDescriptionChangedDelegate(
ReferenceTask^ task,
TaskDescription^ taskDescription
)
type TaskDescriptionChangedDelegate =
delegate of
task : ReferenceTask *
taskDescription : TaskDescription -> unit
Parameters
- task
- Type: Slash.AI.BehaviorTrees.ImplementationsReferenceTask
Reference task which task description changed. - taskDescription
- Type: Slash.AI.BehaviorTrees.EditorTaskDescription
New task description.
See Also