C# 클래스 AcTools.Processes.Showroom

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
Start ( ShowroomProperties properties ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Start() 공개 정적인 메소드

public static Start ( ShowroomProperties properties ) : void
properties ShowroomProperties
리턴 void