C# Class GreatArcStudios.SaveSettings

Mostrar archivo Open project: GreatArcStudios/unitypausemenu Class Usage Examples

Public Properties

Property Type Description
AaQualIni float
AnisoLevel int
AoBool bool
CurQualityLevel int
DensityIni float
DofBool bool
EffectsVolume float
FileName string
FovIni float
FullscreenBool bool
LastShadowCascade int
MasterVolume float
MsaaIni int
MusicVolume float
RenderDistIni float
ResHeight int
ResWidth int
ShadowDistIni float
TerrainHeightMapLod float
TextureLimit int
TreeMeshAmtIni float
UseSimpleTerrain bool
VsyncIni int

Public Methods

Method Description
LoadGameSettings ( ) : void

Read the game settings from the file

SaveGameSettings ( ) : void

Get the quality/music settings before saving

Method Details

LoadGameSettings() public method

Read the game settings from the file
public LoadGameSettings ( ) : void
return void

SaveGameSettings() public method

Get the quality/music settings before saving
public SaveGameSettings ( ) : void
return void

Property Details

AaQualIni public_oe property

MSAA quality
public float AaQualIni
return float

AnisoLevel public_oe property

Aniso texture level
public int AnisoLevel
return int

AoBool public_oe property

AO on or off
public bool AoBool
return bool

CurQualityLevel public_oe property

Quality preset
public int CurQualityLevel
return int

DensityIni public_oe property

Density
public float DensityIni
return float

DofBool public_oe property

DOF on or off
public bool DofBool
return bool

EffectsVolume public_oe property

Effects volume
public float EffectsVolume
return float

FileName public_oe property

Change the file name if something else floats your boat
public string FileName
return string

FovIni public_oe property

Camera FOV
public float FovIni
return float

FullscreenBool public_oe property

Is the game in fullscreen
public bool FullscreenBool
return bool

LastShadowCascade public_oe property

Shadwo Cascade
public int LastShadowCascade
return int

MasterVolume public_oe property

Master volume
public float MasterVolume
return float

MsaaIni public_oe property

public int MsaaIni
return int

MusicVolume public_oe property

Music volume
public float MusicVolume
return float

RenderDistIni public_oe property

Render distance
public float RenderDistIni
return float

ResHeight public_oe property

Resolution heigh
public int ResHeight
return int

ResWidth public_oe property

Resolution Width
public int ResWidth
return int

ShadowDistIni public_oe property

Shadow Distance
public float ShadowDistIni
return float

TerrainHeightMapLod public_oe property

Terrain heightmap quality
public float TerrainHeightMapLod
return float

TextureLimit public_oe property

Texture quality
public int TextureLimit
return int

TreeMeshAmtIni public_oe property

Terrain trees rendered as meshes amount
public float TreeMeshAmtIni
return float

UseSimpleTerrain public_oe property

Use simple terrain or high quality terrain ie: RTP.
public bool UseSimpleTerrain
return bool

VsyncIni public_oe property

VSync settings
public int VsyncIni
return int