C# 클래스 SynthExport.CameraParameterList

파일 보기 프로젝트 열기: neonascent/SynthExport-Fork

공개 메소드들

메소드 설명
CameraParameterList ( IEnumerable cameraParameters ) : System
ExportAsBundle ( string path ) : void
ExportAsCsv ( string path ) : void
ExportAsMaxScript ( string path ) : void
ExportAsMaxScriptJustCameras ( string path, string setName ) : void
ExportAsMaxScriptSensorSpheres ( string path, string setName ) : void

메소드 상세

CameraParameterList() 공개 메소드

public CameraParameterList ( IEnumerable cameraParameters ) : System
cameraParameters IEnumerable
리턴 System

ExportAsBundle() 공개 메소드

public ExportAsBundle ( string path ) : void
path string
리턴 void

ExportAsCsv() 공개 메소드

public ExportAsCsv ( string path ) : void
path string
리턴 void

ExportAsMaxScript() 공개 메소드

public ExportAsMaxScript ( string path ) : void
path string
리턴 void

ExportAsMaxScriptJustCameras() 공개 메소드

public ExportAsMaxScriptJustCameras ( string path, string setName ) : void
path string
setName string
리턴 void

ExportAsMaxScriptSensorSpheres() 공개 메소드

public ExportAsMaxScriptSensorSpheres ( string path, string setName ) : void
path string
setName string
리턴 void