Click or drag to resize
TaskParameterGenericT Class
Generic task parameter which makes it possible to let the user decide where the parameter value is taken from. Possibilities are: - Set by the user. - Taken from blackboard.
Inheritance Hierarchy

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
[SerializableAttribute]
public abstract class TaskParameterGeneric<T> : TaskParameter

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Slash.AI.BehaviorTrees.Data.TaskParameterGeneric`1"]

The TaskParameterGenericT type exposes the following members.

Constructors
  NameDescription
Protected methodTaskParameterGenericT
Initializes a new instance of the TaskParameterGenericT class
Top
Properties
  NameDescription
Public propertyBlackboardAttribute
Blackboard attribute to take the parameter value from.
(Overrides TaskParameterBlackboardAttribute.)
Public propertyConcreteUserValue
Parameter value, set by the user.
Public propertyType
Returns the type of the task parameter value.
(Overrides TaskParameterType.)
Public propertyUserValue
Parameter value, set by the user.
(Overrides TaskParameterUserValue.)
Top
Methods
See Also