C# Class Revise.Files.PTL.ParticleFile

Provides the ability to create, open and save PTL files for particle data.
Inheritance: FileLoader
Show file Open project: osROSE/UnityRose Class Usage Examples

Public Methods

Method Description
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.

Method Details

Clear() public method

Removes all sequences.
public Clear ( ) : void
return void

Load() public method

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream Stream The stream to read from.
return void

ParticleFile() public method

Initializes a new instance of the ParticleFile class.
public ParticleFile ( ) : System
return System

Reset() public method

Resets properties to their default values.
public Reset ( ) : void
return void

Save() public method

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream Stream The stream to save to.
return void