C# Class UnityRose.Formats.IFO

IFO class.
Afficher le fichier Open project: osROSE/UnityRose

Méthodes publiques

Méthode 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 méthode

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

IFO() public méthode

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

Load() public méthode

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
Résultat void

Save() public méthode

Saves the file.
public Save ( ) : void
Résultat void

Save() public méthode

Saves the specified file path.
public Save ( string filePath ) : void
filePath string The file path.
Résultat void