| TaskParameterDescription Class |
Namespace: Slash.AI.BehaviorTrees.Editor
The TaskParameterDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| TaskParameterDescription | Initializes a new instance of the TaskParameterDescription class |
| Name | Description | |
|---|---|---|
| Default |
Default value.
| |
| DefaultSerialized |
Default value.
| |
| Description |
Description.
| |
| FinalParameterType |
Returns the final parameter type. If the parameter type is a nullable type, the underlying type is returned, otherwise the parameter type itself is returned.
| |
| MetaType |
Meta type (used for parameters which are initialized by sub configurations).
| |
| MetaTypeString |
String of meta type (used for parameters which are initialized by sub configurations).
| |
| Name |
Readable name.
| |
| ParameterName |
Parameter name.
| |
| ParameterType |
Parameter type.
| |
| Type |
Parameter type.
| |
| VisualizationType |
Defines how the task parameter should be visualized.
|
| Name | Description | |
|---|---|---|
| CreateDefaultValue |
Creates a default value of this task parameter.
| |
| Equals(Object) |
The equals.
(Overrides ObjectEquals(Object).) | |
| Equals(TaskParameterDescription) |
The equals.
| |
| Generate |
The generate.
| |
| GetHashCode |
The get hash code.
(Overrides ObjectGetHashCode.) |