C# Class Revise.Files.IFO.MapDataFile

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

Méthodes publiques

Méthode Description
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.

Method Details

Clear() public méthode

Removes all light objects.
public Clear ( ) : void
Résultat void

Load() public méthode

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

MapDataFile() public méthode

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

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 Stream The stream to save to.
Résultat void