class Preferences

in global :: Sandbox

Holds information about the current user's preferences.


public static float FieldOfView { get; }

The user's preference for their field of view

public static float MusicVolume { get; }

The user's preferred Music volume, as set in the options, clamped between 0 and 1

public static float VoipVolume { get; }

The user's preferred VOIP volume, as set in the options, clamped between 0 and 1

public static float Sensitivity { get; }

The mouse sensitivity

public static float ControllerLookYawSpeed { get; }

😔 No documentation found.

public static float ControllerLookPitchSpeed { get; }

😔 No documentation found.

public static bool InvertMousePitch { get; }

😔 No documentation found.

public static bool InvertMouseYaw { get; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.