Ember
Loading...
Searching...
No Matches
Core Components

Core behavior tree data structures and algorithms. More...

Classes

 Stores XML-specific metadata for preserving comments and formatting. More...
class  EmberCore::BehaviorTree
 Represents a complete behavior tree data structure. More...
class  EmberCore::BlackboardEntry
 Represents a single entry in a behavior tree blackboard. More...
class  EmberCore::Node
 Represents a node in a behavior tree structure. More...

Detailed Description

Core behavior tree data structures and algorithms.

The Core module contains the fundamental data structures for representing and manipulating behavior trees:

  • Node - Individual tree nodes
  • BehaviorTree - Complete tree container
  • Blackboard - Shared memory for node communication
  • BehaviorTreeValidator - Tree validation