C# Class GameDevWare.Charon.Settings

显示文件 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_oe property

public int Browser
return int

BrowserPath public_oe property

public string BrowserPath
return string

Current public_oe static_oe property

public static Settings,GameDevWare.Charon Current
return Settings

DefaultEncoding public_oe static_oe property

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

GameDataPaths public_oe property

public string[] GameDataPaths
return string[]

LicenseServerAddress public_oe property

public string LicenseServerAddress
return string

SelectedLicense public_oe property

public string SelectedLicense
return string

ToolsPath public_oe property

public string ToolsPath
return string

ToolsPort public_oe property

public int ToolsPort
return int

Verbose public_oe property

public bool Verbose
return bool