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

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

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

Метод Описание
GetString ( string stringID, Language langID ) : string
Load ( string filePath ) : void

Loads the specified file.

STL ( ) : System.Collections.Generic

Initializes a new instance of the STL class.

STL ( string filePath ) : System.Collections.Generic

Initializes a new instance of the STL class.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file.

Search ( string stringID ) : string

Searches for the specified string ID.

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

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

public GetString ( string stringID, Language langID ) : string
stringID string
langID Language
Результат string

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

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

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

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

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

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

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

Saves the file.
public Save ( ) : void
Результат void

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

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

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

Searches for the specified string ID.
public Search ( string stringID ) : string
stringID string The string ID.
Результат string