 | TaskDescriptionIsDecorator Property |
Indicates if the task is a decorator and thus can have a child task.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool IsDecorator { get; set; }
Public Property IsDecorator As Boolean
Get
Set
public:
property bool IsDecorator {
bool get ();
void set (bool value);
}
member IsDecorator : bool with get, set
Property Value
Type:
Boolean
See Also