Click or drag to resize
Slash.AI.BehaviorTrees.Implementations.Actions Namespace

[Missing <summary> documentation for "N:Slash.AI.BehaviorTrees.Implementations.Actions"]

Classes
  ClassDescription
Public classBaseCopyBlackboardAttribute
Task to copy the value of a blackboard attribute into another attribute.
Public classBaseCopyParentBlackboardAttribute
Reads an attribute from the parent blackboard and writes it to the current blackboard.
Public classBaseRemoveBlackboardAttribute
Removes a blackboard attribute. Runtime: Instant. Fails: Never.
Public classBaseSetBlackboardAttribute
Sets a blackboard attribute.
Public classBaseSetBlackboardAttributeBoolean
Sets a boolean blackboard attribute.
Public classCreateBlackboard
Task to create a child blackboard of the current active blackboard and use that instead of the original one.
Public classDynamicTask
Fetches the task to execute from the blackboard or from a user value.