C# Class UnityRose.Formats.LTB

LTB class.
Mostrar archivo Open project: osROSE/UnityRose

Public Methods

Method 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 method

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

LTB() public method

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