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

LIT class.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LIT ( ) : System.Collections.Generic

Initializes a new instance of the LIT class.

LIT ( string filePath ) : System.Collections.Generic

Initializes a new instance of the LIT class.

Load ( string filePath ) : void

Loads the specified file.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file.

SearchObject ( int id ) : int

Searches for the object.

SearchPart ( int objectID, int id ) : int

Searches the part.

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

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

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

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

Initializes a new instance of the LIT class.
public LIT ( 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 file.
public Save ( ) : void
Результат void

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

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

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

Searches for the object.
public SearchObject ( int id ) : int
id int The id.
Результат int

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

Searches the part.
public SearchPart ( int objectID, int id ) : int
objectID int The object ID.
id int The id.
Результат int