C# 클래스 UnityRose.Formats.MOV

MOV class..
파일 보기 프로젝트 열기: osROSE/UnityRose

공개 메소드들

메소드 설명
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