Ember
Loading...
Searching...
No Matches
EmberCore::ParserConfig::TreeConfig Struct Reference

#include <ParserConfig.h>

Public Attributes

String behavior_tree_element = "BehaviorTree"
String tree_id_attribute = "ID"
bool allow_multiple_trees = true
String subtree_element = "SubTree"
String subtree_reference_attribute = "ID"
bool validate_tree_structure = true
bool require_root_node = true

Detailed Description

Definition at line 75 of file ParserConfig.h.

Member Data Documentation

◆ allow_multiple_trees

bool EmberCore::ParserConfig::TreeConfig::allow_multiple_trees = true

Definition at line 78 of file ParserConfig.h.

◆ behavior_tree_element

String EmberCore::ParserConfig::TreeConfig::behavior_tree_element = "BehaviorTree"

Definition at line 76 of file ParserConfig.h.

◆ require_root_node

bool EmberCore::ParserConfig::TreeConfig::require_root_node = true

Definition at line 82 of file ParserConfig.h.

◆ subtree_element

String EmberCore::ParserConfig::TreeConfig::subtree_element = "SubTree"

Definition at line 79 of file ParserConfig.h.

◆ subtree_reference_attribute

String EmberCore::ParserConfig::TreeConfig::subtree_reference_attribute = "ID"

Definition at line 80 of file ParserConfig.h.

◆ tree_id_attribute

String EmberCore::ParserConfig::TreeConfig::tree_id_attribute = "ID"

Definition at line 77 of file ParserConfig.h.

◆ validate_tree_structure

bool EmberCore::ParserConfig::TreeConfig::validate_tree_structure = true

Definition at line 81 of file ParserConfig.h.


The documentation for this struct was generated from the following file: