csharp
public record class BehaviorNodeTypeOne entry in the node library: what it is called, where it goes, and what it takes.
Fields and properties (6)
public string TypeThe name a file and the search popup use.
public string LabelWhat a person reads.
public string CategoryWhich group the search popup files it under.
public BehaviorSlot SlotWhere it may go.
public string DescriptionWhat it does, for the popup and the inspector header.
public BehaviorField[] FieldsWhat it takes.
Methods (2)
public BehaviorNodeType(string Type, string Label, string Category, BehaviorSlot Slot, string Description, BehaviorField[] Fields)One entry in the node library: what it is called, where it goes, and what it takes.
public BehaviorField? Field(string name)A field of this type, by name.
Used by (16)
- BehaviorBuildContextVixen.Ai
- BehaviorNodeSchemaVixen.Ai
- BehaviorTreeContentCompilerVixen.Ai
- BehaviorTreeResolverVixen.Ai
- BuildStateVixen.Ai
- PerceptionNodesVixen.Ai.Perception
- QueryNodesVixen.Ai.Nodes
- WorldNodeRegistrationTestsVixen.Ai.Nodes.Tests
- WorldNodesVixen.Ai.Nodes
- BehaviorSearchPopupVixen.Editor.AssetEditors
- BehaviorTreeDocumentVixen.Editor.AssetEditors
- BehaviorTreeDocumentTestsVixen.Editor.AssetEditors.Tests
- BehaviorTreeModelVixen.Editor.Ai
- BehaviorTreeModelTestsVixen.Editor.Ai.Tests
- BehaviorTreeProjectionVixen.Editor.Ai
- BehaviorTreeViewVixen.Editor.AssetEditors