C# Class FlatRedBall.Glue.Data.PluginSettings

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Свойство Type Description
PluginsToIgnore List

Méthodes publiques

Méthode Description
FileExists ( string glueProjectFolder ) : bool
Load ( string glueProjectFolder ) : PluginSettings
Save ( string glueProjectFolder ) : void

Method Details

FileExists() public static méthode

public static FileExists ( string glueProjectFolder ) : bool
glueProjectFolder string
Résultat bool

Load() public static méthode

public static Load ( string glueProjectFolder ) : PluginSettings
glueProjectFolder string
Résultat PluginSettings

Save() public méthode

public Save ( string glueProjectFolder ) : void
glueProjectFolder string
Résultat void

Property Details

PluginsToIgnore public_oe property

public List PluginsToIgnore
Résultat List