C# Class AcTools.Processes.Showroom

Show file Open project: gro-ove/actools

Public Methods

Method Description
Start ( ShowroomProperties properties ) : void

Private Methods

Method Description
GetCurrentFilterIni ( ) : string
PrepareIni ( string carId, string carSkinId, string showroomId ) : void
SetCurrentFilterIni ( string filter ) : void
Shot ( string acRoot, string carName, string showroomName, bool manualMode, double dx, double dy, double distance, string filter, bool disableSweetFx, bool slowMode ) : string
ShotAll ( string acRoot, string carName, string showroomName, string cameraPosition, string cameraLookAt, double cameraFov, string filter, bool disableSweetFx ) : string
ShotOne ( string acRoot, string carName, string showroomName, string skinName, string cameraPosition, string cameraLookAt, double cameraFov, string filter, bool disableSweetFx ) : string
Start ( string acRoot, string carName, string skinName, string trackName, string filterName = null ) : void

Method Details

Start() public static method

public static Start ( ShowroomProperties properties ) : void
properties ShowroomProperties
return void