C# Class SynthExport.CameraParameterList

Afficher le fichier Open project: neonascent/SynthExport-Fork

Méthodes publiques

Méthode 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 méthode

public CameraParameterList ( IEnumerable cameraParameters ) : System
cameraParameters IEnumerable
Résultat System

ExportAsBundle() public méthode

public ExportAsBundle ( string path ) : void
path string
Résultat void

ExportAsCsv() public méthode

public ExportAsCsv ( string path ) : void
path string
Résultat void

ExportAsMaxScript() public méthode

public ExportAsMaxScript ( string path ) : void
path string
Résultat void

ExportAsMaxScriptJustCameras() public méthode

public ExportAsMaxScriptJustCameras ( string path, string setName ) : void
path string
setName string
Résultat void

ExportAsMaxScriptSensorSpheres() public méthode

public ExportAsMaxScriptSensorSpheres ( string path, string setName ) : void
path string
setName string
Résultat void