C# Class GameDevWare.Charon.Settings

Show file Open project: deniszykov/charon-unity3d Class Usage Examples

Public Properties

Property Type Description
Browser int
BrowserPath string
Current Settings
DefaultEncoding System.Text.Encoding
GameDataPaths string[]
LicenseServerAddress string
SelectedLicense string
ToolsPath string
ToolsPort int
Verbose bool

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
AddGameDataPath ( string pathToAdd ) : bool
GetAppDataPath ( ) : string
GetLicenseServerAddress ( ) : Uri
Load ( ) : Settings
RemoveGameDataPath ( string pathToRemove ) : bool
Save ( ) : void
Settings ( ) : System
Validate ( ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Browser public property

public int Browser
return int

BrowserPath public property

public string BrowserPath
return string

Current public static property

public static Settings,GameDevWare.Charon Current
return Settings

DefaultEncoding public static property

public static Encoding,System.Text DefaultEncoding
return System.Text.Encoding

GameDataPaths public property

public string[] GameDataPaths
return string[]

LicenseServerAddress public property

public string LicenseServerAddress
return string

SelectedLicense public property

public string SelectedLicense
return string

ToolsPath public property

public string ToolsPath
return string

ToolsPort public property

public int ToolsPort
return int

Verbose public property

public bool Verbose
return bool