Vixen
c7401864
csharp
public enum BehaviorSlot

What kind of thing a schema entry describes, and therefore where it may go.

Read the guide page for this →

Fields and properties (4)

  • Composite

    A composite: it takes children.

  • Task

    A task: a leaf that runs an action.

  • Decorator

    A decorator: attaches to any node and gates it.

  • Service

    A 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