BuildingManager
Manages buildings displayed on the map, tracking the focused building and its active level.
Properties
Link copied to clipboard
Emits the building and its new active level each time the active level changes.
Link copied to clipboard
The currently focused building, or null when no building is focused.
Link copied to clipboard
Emits a snapshot on every change to the focused building (null when none is focused).
Functions
Link copied to clipboard
open override fun onActiveLevelChange(building: Building, level: Level, resetUserTrackingMode: Boolean)