C# Class SynthExport.CameraParameterList

显示文件 Open project: neonascent/SynthExport-Fork

Public Methods

Method Description
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

Method Details

CameraParameterList() public method

public CameraParameterList ( IEnumerable cameraParameters ) : System
cameraParameters IEnumerable
return System

ExportAsBundle() public method

public ExportAsBundle ( string path ) : void
path string
return void

ExportAsCsv() public method

public ExportAsCsv ( string path ) : void
path string
return void

ExportAsMaxScript() public method

public ExportAsMaxScript ( string path ) : void
path string
return void

ExportAsMaxScriptJustCameras() public method

public ExportAsMaxScriptJustCameras ( string path, string setName ) : void
path string
setName string
return void

ExportAsMaxScriptSensorSpheres() public method

public ExportAsMaxScriptSensorSpheres ( string path, string setName ) : void
path string
setName string
return void