C# Class UnityRose.Formats.LTB

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

Méthodes publiques

Méthode Description
LTB ( ) : System.Collections.Generic

Initializes a new instance of the LTB class.

LTB ( string filePath ) : System.Collections.Generic

Initializes a new instance of the LTB class.

Load ( string filePath ) : void

Loads the specified file.

Save ( string filePath ) : void

Saves the specified file.

Method Details

LTB() public méthode

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

LTB() public méthode

Initializes a new instance of the LTB class.
public LTB ( 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 specified file.
public Save ( string filePath ) : void
filePath string The file path.
Résultat void