| Slash.AI.BehaviorTrees.Implementations.Actions Namespace |
[Missing <summary> documentation for "N:Slash.AI.BehaviorTrees.Implementations.Actions"]
| Class | Description | |
|---|---|---|
| BaseCopyBlackboardAttribute |
Task to copy the value of a blackboard attribute into another attribute.
| |
| BaseCopyParentBlackboardAttribute |
Reads an attribute from the parent blackboard and writes it to the current blackboard.
| |
| BaseRemoveBlackboardAttribute |
Removes a blackboard attribute. Runtime: Instant. Fails: Never.
| |
| BaseSetBlackboardAttribute |
Sets a blackboard attribute.
| |
| BaseSetBlackboardAttributeBoolean |
Sets a boolean blackboard attribute.
| |
| CreateBlackboard |
Task to create a child blackboard of the current active blackboard and use that instead of the original one.
| |
| DynamicTask |
Fetches the task to execute from the blackboard or from a user value.
|