 | IAgentDataCurrentTaskData Property |
Task-specific data. Will always return/set the task data of the current decider level.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
SyntaxITaskData CurrentTaskData { get; set; }
Property CurrentTaskData As ITaskData
Get
Set
property ITaskData^ CurrentTaskData {
ITaskData^ get ();
void set (ITaskData^ value);
}
abstract CurrentTaskData : ITaskData with get, set
Property Value
Type:
ITaskData
See Also