Click or drag to resize
TaskAttribute Class
Attribute to flag a task class which description should be exported into the editor configuration. Stores some meta data about the task.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.AI.BehaviorTrees.AttributesTaskAttribute

Namespace: Slash.AI.BehaviorTrees.Attributes
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public class TaskAttribute : Attribute

The TaskAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTaskAttribute
Initializes a new instance of the TaskAttribute class
Top
Properties
  NameDescription
Public propertyDescription
Detailed description.
Public propertyIsDecorator
Indicates if the task is a decorator and thus can have a child task.
Public propertyName
Readable name.
Top
See Also