C# Класс UnityRose.Formats.MOV

MOV class..
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Load() публичный Метод

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
Результат void

MOV() публичный Метод

Initializes a new instance of the MOV class.
public MOV ( ) : System.Text
Результат System.Text

MOV() публичный Метод

Initializes a new instance of the MOV class.
public MOV ( string filePath ) : System.Text
filePath string The file path.
Результат System.Text

Save() публичный Метод

Saves the file.
public Save ( ) : void
Результат void

Save() публичный Метод

Saves the specified file.
public Save ( string filePath ) : void
filePath string The file path.
Результат void