Vixen
caa30e12
csharp
public enum BehaviorFieldKind

What a field holds, which is what the inspector draws and the file parses.

Read the guide page for this →

Fields and properties (7)

  • Text

    Free text.

  • Number

    A number.

  • Integer

    A whole number.

  • Toggle

    A tick.

  • Key

    A blackboard key, picked from the tree's own list.

  • Word

    An interned word.

  • Choice

    One of a named set — an enum, drawn as a dropdown.

Used by (7)

  • BehaviorFieldVixen.Ai
  • BehaviorNodeSchemaVixen.Ai
  • PerceptionNodesVixen.Ai.Perception
  • QueryNodesVixen.Ai.Nodes
  • WorldNodeRegistrationTestsVixen.Ai.Nodes.Tests
  • WorldNodesVixen.Ai.Nodes
  • BehaviorTreeModelVixen.Editor.Ai