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

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

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

Метод Описание
Load ( string filePath ) : void

Loads the specified file.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file.

ZON ( ) : System.Collections.Generic

Initializes a new instance of the ZON class.

ZON ( string filePath ) : System.Collections.Generic

Initializes a new instance of the ZON class.

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

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

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

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

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

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