TBE-Docs
Home

TBE Doc

    • Quickstart
      • TBE Setup
    • Core Data
    • Base Data Model
      • Model Overview
      • Units
        • UnitFilters / TargetFilters
        • Unit Sub-Components
        • Units and Colliders
      • Abilities
        • Ability Cast Phases
      • Behaviors
      • Items
        • Item Pickup
      • Buttons
      • Effects
      • Validators
      • Actors
    • Concepts
      • Data resiliency against future breaking changes
    • Runtime
      • Model
        • RtUnitBhv
          • Player
        • RtProjectileBhv
        • Runtime Button
        • Runtime Effect
        • Runtime Buff
      • Damage
      • Splats
      • Components
        • TbeSystemManager
        • RtUnitBhv
        • Animator and Animations
        • TbeSceneSettings
        • CinemaController
        • HoverableOutline
        • SelectedUnitUiManager
        • InitDatabaseComponent
        • CustomAbilityContextBhv
        • CustomBuffContextCfg
        • UnitCommandQueue
      • Game Messages
      • UI
        • UI Components
          • Node
          • ButtonBhv
        • Windows
        • Tooltip
      • Autocasting
    • Incubating
      • Saving / Loading
    • Other
      • Creating Gameplay
        • Creating Units
      • Terms
      • R3
      • Why TBE?
      • Not Yet Implemented [NYI]
      • Localization
    • Supplementary Material
      • Techdemo
    • Building on TBE
      • Adding your own logic
      • Debugging
TBE Doc LATEST
  • TBE Doc
    • LATEST
  • TBE Doc
  • Runtime
  • Components
  • TbeSceneSettings

TbeSceneSettings

The TbeSceneSettings are assigned in the TbeSystemManager in your scene.

(Use TBE Setup to create the TbeSystemManager.)

The TbeSystemManager is created with default settings. When you click on them, you can see where they are. Copy/Paste them to your own project and then you can start customizing them.

Like TbeSystemManager, the settings are Scene scoped.

Animator and Animations CinemaController