C# Class PanGu.Setting.PanGuSettings

Afficher le fichier Open project: xuld/AI-Robot Class Usage Examples

Méthodes publiques

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

Method Details

GetDictionaryPath() public méthode

public GetDictionaryPath ( ) : string
Résultat string

GetOptionsCopy() public méthode

public GetOptionsCopy ( ) : Match.MatchOptions
Résultat Match.MatchOptions

GetParameterCopy() public méthode

public GetParameterCopy ( ) : Match.MatchParameter
Résultat Match.MatchParameter

Load() public static méthode

public static Load ( string fileName ) : void
fileName string
Résultat void

Save() public static méthode

public static Save ( string fileName ) : void
fileName string
Résultat void