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.
|
public Load ( Stream stream ) : void | ||
stream | Stream | The stream to read from. |
return | void |
public Save ( Stream stream ) : void | ||
stream | Stream | The stream to save to. |
return | void |