 | TaskParameterLocation Enumeration |
Locations to take a task parameter value from.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic enum TaskParameterLocation
Public Enumeration TaskParameterLocation
public enum class TaskParameterLocation
type TaskParameterLocation
Members
| Member name | Value | Description |
---|
| Invalid | 0 |
The invalid.
|
| UserValue | 1 |
The user value.
|
| Blackboard | 2 |
The blackboard.
|
See Also