Click or drag to resize
TaskParameterGenericT Properties

The TaskParameterGenericT generic type exposes the following members.

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
See Also