C# Class UnityRose.Formats.ZON

ZON class.
Mostrar archivo Open project: osROSE/UnityRose Class Usage Examples

Public Methods

Method 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 method

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
return void

Save() public method

Saves the file.
public Save ( ) : void
return void

Save() public method

Saves the specified file.
public Save ( string filePath ) : void
filePath string The file path.
return void

ZON() public method

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

ZON() public method

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