Getter for the StatsManager associated with this SceneManager, if any.
(self)
| 245 | |
| 246 | @property |
| 247 | def stats_manager(self) -> StatsManager | None: |
| 248 | """Getter for the StatsManager associated with this SceneManager, if any.""" |
| 249 | return self._stats_manager |
| 250 | |
| 251 | @property |
| 252 | def crop(self) -> CropRegion | None: |
nothing calls this directly
no outgoing calls
no test coverage detected