mini_arcade_core.runtime.services¶
Service container for runtime components.
Classes¶
Container for runtime service ports. |
Module Contents¶
- class mini_arcade_core.runtime.services.RuntimeServices¶
Container for runtime service ports.
- Variables:
(WindowPort) (window) – Window service port.
(ScenePort) (scenes) – Scene management service port.
(AudioPort) (audio) – Audio service port.
(FilePort) (files) – File service port.
(CaptureServicePort) (capture) – Capture service port.
(InputPort) (input) – Input handling service port.
(RenderServicePort) (render) – Rendering service port.