![]() |
Ember
|
Synchronization configuration settings. More...
#include <BehaviorTreeConfig.h>
Public Attributes | |
| bool | enableHierarchyToScene = true |
| bool | enableSceneToHierarchy = true |
| bool | enableAutoCenter = true |
| bool | enableSelectionHighlight = true |
| bool | enableHoverEffects = true |
| bool | centerWithAnimation = false |
| float | centeringSpeed = 1.0f |
| bool | preventSyncLoops = true |
Synchronization configuration settings.
Definition at line 23 of file BehaviorTreeConfig.h.
| float EmberCore::BehaviorTreeConfig::SyncSettings::centeringSpeed = 1.0f |
Definition at line 32 of file BehaviorTreeConfig.h.
| bool EmberCore::BehaviorTreeConfig::SyncSettings::centerWithAnimation = false |
Definition at line 31 of file BehaviorTreeConfig.h.
| bool EmberCore::BehaviorTreeConfig::SyncSettings::enableAutoCenter = true |
Definition at line 26 of file BehaviorTreeConfig.h.
| bool EmberCore::BehaviorTreeConfig::SyncSettings::enableHierarchyToScene = true |
Definition at line 24 of file BehaviorTreeConfig.h.
| bool EmberCore::BehaviorTreeConfig::SyncSettings::enableHoverEffects = true |
Definition at line 28 of file BehaviorTreeConfig.h.
| bool EmberCore::BehaviorTreeConfig::SyncSettings::enableSceneToHierarchy = true |
Definition at line 25 of file BehaviorTreeConfig.h.
| bool EmberCore::BehaviorTreeConfig::SyncSettings::enableSelectionHighlight = true |
Definition at line 27 of file BehaviorTreeConfig.h.
| bool EmberCore::BehaviorTreeConfig::SyncSettings::preventSyncLoops = true |
Definition at line 33 of file BehaviorTreeConfig.h.