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:

  1. The Renderer visually represents the current state of the game onscreen.
  2. The AudioService plays sounds for different events happening in the game, as well as the background music.
  3. The HapticsService gives haptic feedback for some game events if a controller is connected that supports this feature.