mini_arcade_core.scenes.systems.system_bundle ============================================= .. py:module:: mini_arcade_core.scenes.systems.system_bundle .. autoapi-nested-parse:: Bundle primitives for grouping scene systems without treating them as one system. Classes ------- .. autoapisummary:: mini_arcade_core.scenes.systems.system_bundle.SystemBundle Module Contents --------------- .. py:class:: SystemBundle Bases: :py:obj:`Protocol`, :py:obj:`Generic`\ [\ :py:obj:`mini_arcade_core.scenes.systems.base_system.TSystemContext`\ ] Structural contract for a bundle that expands into multiple systems. .. py:method:: iter_systems() -> Iterable[mini_arcade_core.scenes.systems.base_system.BaseSystem[mini_arcade_core.scenes.systems.base_system.TSystemContext]] Return the concrete systems that should be added to the pipeline.