C# Класс UnityRose.Formats.LTB

LTB class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

LTB() публичный Метод

Initializes a new instance of the LTB class.
public LTB ( ) : System.Collections.Generic
Результат System.Collections.Generic

LTB() публичный Метод

Initializes a new instance of the LTB class.
public LTB ( string filePath ) : System.Collections.Generic
filePath string The file path.
Результат System.Collections.Generic

Load() публичный Метод

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
Результат void

Save() публичный Метод

Saves the specified file.
public Save ( string filePath ) : void
filePath string The file path.
Результат void