C# 클래스 Revise.Files.ZCA.CameraFile

Provides the ability to create, open and save ZCA files used for camera information.
상속: FileLoader
파일 보기 프로젝트 열기: osROSE/UnityRose 1 사용 예제들

공개 메소드들

메소드 설명
CameraFile ( ) : System.IO

Initializes a new instance of the CameraFile class.

Load ( Stream stream ) : void

Loads the file from the specified stream.

Save ( Stream stream ) : void

Saves the file to the specified stream.

메소드 상세

CameraFile() 공개 메소드

Initializes a new instance of the CameraFile class.
public CameraFile ( ) : System.IO
리턴 System.IO

Load() 공개 메소드

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream System.IO.Stream The stream to read from.
리턴 void

Save() 공개 메소드

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream System.IO.Stream The stream to save to.
리턴 void