mini_arcade_core.runtime.services ================================= .. py:module:: mini_arcade_core.runtime.services .. autoapi-nested-parse:: Service container for runtime components. Classes ------- .. autoapisummary:: mini_arcade_core.runtime.services.RuntimeServices Module Contents --------------- .. py:class:: RuntimeServices Container for runtime service ports. :ivar window (WindowPort): Window service port. :ivar scenes (ScenePort): Scene management service port. :ivar audio (AudioPort): Audio service port. :ivar files (FilePort): File service port. :ivar capture (CaptureServicePort): Capture service port. :ivar input (InputPort): Input handling service port. :ivar render (RenderServicePort): Rendering service port. .. py:attribute:: window :type: mini_arcade_core.runtime.window.window_port.WindowPort .. py:attribute:: audio :type: mini_arcade_core.runtime.audio.audio_port.AudioPort .. py:attribute:: files :type: mini_arcade_core.runtime.file.file_port.FilePort .. py:attribute:: capture :type: mini_arcade_core.runtime.capture.capture_service_protocol.CaptureServicePort .. py:attribute:: input :type: mini_arcade_core.runtime.input.input_port.InputPort .. py:attribute:: render :type: mini_arcade_core.runtime.render.render_port.RenderServicePort .. py:attribute:: scenes :type: mini_arcade_core.runtime.scene.scene_query_port.SceneQueryPort