C# Class UnityRose.Formats.IFO

IFO class.
Mostrar archivo Open project: osROSE/UnityRose

Public Methods

Method Description
IFO ( ) : System.Collections.Generic

Initializes a new instance of the IFO class.

IFO ( string filePath ) : System.Collections.Generic

Initializes a new instance of the IFO class.

Load ( string filePath ) : void

Loads the specified file.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file path.

Method Details

IFO() public method

Initializes a new instance of the IFO class.
public IFO ( ) : System.Collections.Generic
return System.Collections.Generic

IFO() public method

Initializes a new instance of the IFO class.
public IFO ( string filePath ) : System.Collections.Generic
filePath string The file path.
return System.Collections.Generic

Load() public method

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
return void

Save() public method

Saves the file.
public Save ( ) : void
return void

Save() public method

Saves the specified file path.
public Save ( string filePath ) : void
filePath string The file path.
return void