C# Класс Revise.Files.IFO.MapDataFile

Provides the ability to create, open and save IFO files for map data.
Наследование: FileLoader
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clear ( ) : void

Removes all light objects.

Load ( Stream stream ) : void

Loads the file from the specified stream.

MapDataFile ( ) : System

Initializes a new instance of the MapDataFile class.

Reset ( ) : void

Resets properties to their default values.

Save ( Stream stream ) : void

Saves the file to the specified stream.

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

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

Removes all light objects.
public Clear ( ) : void
Результат void

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

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream Stream The stream to read from.
Результат void

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

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

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

Resets properties to their default values.
public Reset ( ) : void
Результат void

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

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream Stream The stream to save to.
Результат void