C# Class UnityRose.Formats.MOV

MOV class..
Afficher le fichier Open project: osROSE/UnityRose

Méthodes publiques

Méthode 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 méthode

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

MOV() public méthode

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

MOV() public méthode

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

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