csharp
public sealed class BehaviorTreeAssetA behaviour tree as it was authored: a name and a root.
Remarks
The in-memory authoring domain. The .vxbt file, its importer and the node editor over it are doc 37's P2; what P1 owns is this shape and the compiler that turns it into a BehaviorTreeTemplate, so that the runtime can be finished and tested before there is a canvas to draw one on.
Fields and properties (2)
public Symbol NameWhat the tree is called.
public BehaviorNodeDefinition RootIts root.
Methods (1)
public BehaviorTreeAsset(string name, BehaviorNodeDefinition root)Creates one.
Used by (10)
- AiSnapshotTestsVixen.Ai.Tests
- BehaviorNodeDefinitionVixen.Ai
- BehaviorTreeVixen.Ai
- BehaviorTreeCompilerVixen.Ai
- BehaviorTreeCompilerTestsVixen.Ai.Tests
- BehaviorTreeContentCompilerVixen.Ai
- CompileStateVixen.Ai
- AgentFixtureVixen.Editor.AssetEditors.Tests
- BehaviorTreeDocumentVixen.Editor.AssetEditors
- BehaviorTreeImporterVixen.Editor.Assets