Vixen
c7401864
csharp
public sealed class BehaviorTreeAsset

A behaviour tree as it was authored: a name and a root.

Read the guide page for this →

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)

Methods (1)

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