Click or drag to resize
IAgentDataCurrentTaskData Property
Task-specific data. Will always return/set the task data of the current decider level.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
ITaskData CurrentTaskData { get; set; }

Property Value

Type: ITaskData
See Also