Click or drag to resize
TaskParameterLocation Enumeration
Locations to take a task parameter value from.

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public enum TaskParameterLocation
Members
  Member nameValueDescription
Invalid0 The invalid.
UserValue1 The user value.
Blackboard2 The blackboard.
See Also