C# Класс Revise.Files.PTL.ParticleFile

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

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

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

Removes all sequences.

Load ( Stream stream ) : void

Loads the file from the specified stream.

ParticleFile ( ) : System

Initializes a new instance of the ParticleFile class.

Reset ( ) : void

Resets properties to their default values.

Save ( Stream stream ) : void

Saves the file to the specified stream.

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

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

Removes all sequences.
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

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

Initializes a new instance of the ParticleFile class.
public ParticleFile ( ) : 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