C# Class Revise.Files.ZSC.ModelListFile

Provides the ability to create, open and save ZSC files for model data.
Inheritance: FileLoader
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears all file systems.

Load ( Stream stream ) : void

Loads the file from the specified stream.

ModelListFile ( ) : System.Collections.Generic

Initializes a new instance of the ModelListFile class.

Reset ( ) : void

Resets properties to their default values.

Save ( Stream stream ) : void

Saves the file to the specified stream.

Method Details

Clear() public méthode

Clears all file systems.
public Clear ( ) : void
Résultat void

Load() public méthode

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream System.IO.Stream The stream to read from.
Résultat void

ModelListFile() public méthode

Initializes a new instance of the ModelListFile class.
public ModelListFile ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Reset() public méthode

Resets properties to their default values.
public Reset ( ) : void
Résultat void

Save() public méthode

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream System.IO.Stream The stream to save to.
Résultat void