# Sandbox.Preferences

Holds information about the current user's preferences.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Properties

- [`ChatEnabled`](/api/Sandbox.Preferences/ChatEnabled)
- [`ControllerJoystickDeadzone`](/api/Sandbox.Preferences/ControllerJoystickDeadzone): The percentage of joystick travel ignored around the neutral position.
- [`ControllerLookPitchSpeed`](/api/Sandbox.Preferences/ControllerLookPitchSpeed)
- [`ControllerLookYawSpeed`](/api/Sandbox.Preferences/ControllerLookYawSpeed)
- [`FieldOfView`](/api/Sandbox.Preferences/FieldOfView): The user's preference for their field of view
- [`InvertMousePitch`](/api/Sandbox.Preferences/InvertMousePitch)
- [`InvertMouseYaw`](/api/Sandbox.Preferences/InvertMouseYaw)
- [`MusicVolume`](/api/Sandbox.Preferences/MusicVolume): The user's preferred Music volume, as set in the options, clamped between 0 and 1
- [`Sensitivity`](/api/Sandbox.Preferences/Sensitivity): The mouse sensitivity
- [`StreamerMode`](/api/Sandbox.Preferences/StreamerMode): When enabled, player usernames/avatars are replaced with anonymous versions.
- [`Subtitles`](/api/Sandbox.Preferences/Subtitles): Whether the user wants to see subtitles for sounds that have them. Off by default - turned on in the audio settings.
- [`VoiceMode`](/api/Sandbox.Preferences/VoiceMode): Voice chat activation mode.
- [`VoipVolume`](/api/Sandbox.Preferences/VoipVolume): The user's preferred VOIP volume, as set in the options, clamped between 0 and 1
