Click or drag to resize
TaskParameterAttribute Class
Attribute to flag a property in a task to be a task parameter. Can take some meta data about the parameter like the name which is shown in the editor.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.AI.BehaviorTrees.AttributesTaskParameterAttribute

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

The TaskParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTaskParameterAttribute
Initializes a new instance of the TaskParameterAttribute class
Top
Properties
  NameDescription
Public propertyDefault
Default value.
Public propertyDescription
Description.
Public propertyMetaType
Meta type (used for parameters which are initialized by sub configurations).
Public propertyName
Readable name.
Public propertyVisualizationType
Indicates how the parameter should be visualized.
Top
See Also