# Sandbox.LoadingScreen

Holds metadata and raw data relating to a Saved Game.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Properties

- [`IsVisible`](/api/Sandbox.LoadingScreen/IsVisible)
- [`Media`](/api/Sandbox.LoadingScreen/Media): A URL or filepath to show as the background image.
- [`Subtitle`](/api/Sandbox.LoadingScreen/Subtitle): A subtitle to show
- [`Tasks`](/api/Sandbox.LoadingScreen/Tasks): A list of tasks that are currently being awaited during loading.
- [`Title`](/api/Sandbox.LoadingScreen/Title): A title to show
