C# Class UnityRose.Formats.MOV

MOV class..
Mostrar archivo Open project: osROSE/UnityRose

Public Methods

Method Description
Load ( string filePath ) : void

Loads the specified file.

MOV ( ) : System.Text

Initializes a new instance of the MOV class.

MOV ( string filePath ) : System.Text

Initializes a new instance of the MOV class.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file.

Method Details

Load() public method

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

MOV() public method

Initializes a new instance of the MOV class.
public MOV ( ) : System.Text
return System.Text

MOV() public method

Initializes a new instance of the MOV class.
public MOV ( string filePath ) : System.Text
filePath string The file path.
return System.Text

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