Ember
Loading...
Searching...
No Matches
EmberCore::BehaviorTreeConfig::SyncSettings Struct Reference

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

Detailed Description

Synchronization configuration settings.

Definition at line 23 of file BehaviorTreeConfig.h.

Member Data Documentation

◆ centeringSpeed

float EmberCore::BehaviorTreeConfig::SyncSettings::centeringSpeed = 1.0f

Definition at line 32 of file BehaviorTreeConfig.h.

◆ centerWithAnimation

bool EmberCore::BehaviorTreeConfig::SyncSettings::centerWithAnimation = false

Definition at line 31 of file BehaviorTreeConfig.h.

◆ enableAutoCenter

bool EmberCore::BehaviorTreeConfig::SyncSettings::enableAutoCenter = true

Definition at line 26 of file BehaviorTreeConfig.h.

◆ enableHierarchyToScene

bool EmberCore::BehaviorTreeConfig::SyncSettings::enableHierarchyToScene = true

Definition at line 24 of file BehaviorTreeConfig.h.

◆ enableHoverEffects

bool EmberCore::BehaviorTreeConfig::SyncSettings::enableHoverEffects = true

Definition at line 28 of file BehaviorTreeConfig.h.

◆ enableSceneToHierarchy

bool EmberCore::BehaviorTreeConfig::SyncSettings::enableSceneToHierarchy = true

Definition at line 25 of file BehaviorTreeConfig.h.

◆ enableSelectionHighlight

bool EmberCore::BehaviorTreeConfig::SyncSettings::enableSelectionHighlight = true

Definition at line 27 of file BehaviorTreeConfig.h.

◆ preventSyncLoops

bool EmberCore::BehaviorTreeConfig::SyncSettings::preventSyncLoops = true

Definition at line 33 of file BehaviorTreeConfig.h.


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