 | ReferenceTaskDecoratorTask Property |
Capsuled task if referenced task is a decorator.
Namespace: Slash.AI.BehaviorTrees.ImplementationsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic ITask DecoratorTask { get; set; }
Public Property DecoratorTask As ITask
Get
Set
public:
property ITask^ DecoratorTask {
ITask^ get ();
void set (ITask^ value);
}
member DecoratorTask : ITask with get, set
Property Value
Type:
ITask
See Also