C# Class FlatRedBall.Arrow.Managers.FileCommands

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
LoadProject ( string fileName ) : void
SaveGlux ( ) : void
SaveProject ( ) : void
ShowLoadUI ( ) : void

Private Methods

Method Description
GenerateGlux ( bool save = true ) : void
ShowLoadProject ( ) : void

Method Details

LoadProject() public method

public LoadProject ( string fileName ) : void
fileName string
return void

SaveGlux() public method

public SaveGlux ( ) : void
return void

SaveProject() public method

public SaveProject ( ) : void
return void

ShowLoadUI() public method

public ShowLoadUI ( ) : void
return void