C# Class AcTools.Processes.Showroom.KunosShotter

Inheritance: BaseIterableShooter
Show file Open project: gro-ove/actools

Public Methods

Method Description
Dispose ( ) : void
SetCamera ( string cameraPosition, string cameraLookAt, double cameraFov, double cameraExposure ) : void
Shot ( string skinId ) : void

Protected Methods

Method Description
Terminate ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SetCamera() public method

public SetCamera ( string cameraPosition, string cameraLookAt, double cameraFov, double cameraExposure ) : void
cameraPosition string
cameraLookAt string
cameraFov double
cameraExposure double
return void

Shot() public method

public Shot ( string skinId ) : void
skinId string
return void

Terminate() protected method

protected Terminate ( ) : void
return void