C# Class FlatRedBall.Glue.Data.PluginSettings

显示文件 Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
PluginsToIgnore List

Public Methods

Method Description
FileExists ( string glueProjectFolder ) : bool
Load ( string glueProjectFolder ) : PluginSettings
Save ( string glueProjectFolder ) : void

Method Details

FileExists() public static method

public static FileExists ( string glueProjectFolder ) : bool
glueProjectFolder string
return bool

Load() public static method

public static Load ( string glueProjectFolder ) : PluginSettings
glueProjectFolder string
return PluginSettings

Save() public method

public Save ( string glueProjectFolder ) : void
glueProjectFolder string
return void

Property Details

PluginsToIgnore public_oe property

public List PluginsToIgnore
return List