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

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

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

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

Initializes a new instance of the IFO class.

IFO ( string filePath ) : System.Collections.Generic

Initializes a new instance of the IFO class.

Load ( string filePath ) : void

Loads the specified file.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file path.

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

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

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

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

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