csharp
public enum BehaviorFieldKindWhat a field holds, which is what the inspector draws and the file parses.
Fields and properties (7)
TextFree text.
NumberA number.
IntegerA whole number.
ToggleA tick.
KeyA blackboard key, picked from the tree's own list.
WordAn interned word.
ChoiceOne 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