Output - SC-SGS/surviving-sarntal GitHub Wiki
Purpose
This page aims to explain what types of output are used for the game.
Types of output
There are three types of output used:
- The Renderer visually represents the current state of the game onscreen.
- The AudioService plays sounds for different events happening in the game, as well as the background music.
- The HapticsService gives haptic feedback for some game events if a controller is connected that supports this feature.