C# Class PanGu.Setting.PanGuSettings

Show file Open project: xuld/AI-Robot Class Usage Examples

Public Methods

Method Description
GetDictionaryPath ( ) : string
GetOptionsCopy ( ) : Match.MatchOptions
GetParameterCopy ( ) : Match.MatchParameter
Load ( string fileName ) : void
Save ( string fileName ) : void

Method Details

GetDictionaryPath() public method

public GetDictionaryPath ( ) : string
return string

GetOptionsCopy() public method

public GetOptionsCopy ( ) : Match.MatchOptions
return Match.MatchOptions

GetParameterCopy() public method

public GetParameterCopy ( ) : Match.MatchParameter
return Match.MatchParameter

Load() public static method

public static Load ( string fileName ) : void
fileName string
return void

Save() public static method

public static Save ( string fileName ) : void
fileName string
return void