csharp
public enum BehaviorSlotWhat kind of thing a schema entry describes, and therefore where it may go.
Fields and properties (4)
CompositeA composite: it takes children.
TaskA task: a leaf that runs an action.
DecoratorA decorator: attaches to any node and gates it.
ServiceA service: attaches to a composite and runs on an interval.
Used by (10)
- BehaviorNodeSchemaVixen.Ai
- BehaviorNodeTypeVixen.Ai
- BehaviorTreeContentCompilerVixen.Ai
- BuildStateVixen.Ai
- PerceptionNodesVixen.Ai.Perception
- QueryNodesVixen.Ai.Nodes
- WorldNodeRegistrationTestsVixen.Ai.Nodes.Tests
- WorldNodesVixen.Ai.Nodes
- BehaviorSearchPopupVixen.Editor.AssetEditors
- BehaviorTreeViewVixen.Editor.AssetEditors