C# Class UnityRose.Formats.ZON

ZON class.
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string filePath ) : void

Loads the specified file.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file.

ZON ( ) : System.Collections.Generic

Initializes a new instance of the ZON class.

ZON ( string filePath ) : System.Collections.Generic

Initializes a new instance of the ZON class.

Method Details

Load() public méthode

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
Résultat void

Save() public méthode

Saves the file.
public Save ( ) : void
Résultat void

Save() public méthode

Saves the specified file.
public Save ( string filePath ) : void
filePath string The file path.
Résultat void

ZON() public méthode

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

ZON() public méthode

Initializes a new instance of the ZON class.
public ZON ( string filePath ) : System.Collections.Generic
filePath string The file path.
Résultat System.Collections.Generic