Click or drag to resize

DataProduct Constructor

Initializes a new instance of the DataProduct class

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public DataProduct(
	DataProductGuid id,
	string label,
	DataThumbnail thumbnail,
	List<DataCamera> cameras,
	DataPPConfiguration ppConfiguration,
	RenderSSAOParameters ssaoParameters,
	RenderSunAuthoringData sunAuthoringData
)

Parameters

id
Type: Lumiscaphe.Workshop.InteropDataProductGuid

[Missing <param name="id"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataProduct.#ctor(Lumiscaphe.Workshop.Interop.DataProductGuid,System.String,Lumiscaphe.Workshop.Interop.DataThumbnail,System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataCamera},Lumiscaphe.Workshop.Interop.DataPPConfiguration,Lumiscaphe.Workshop.Interop.RenderSSAOParameters,Lumiscaphe.Workshop.Interop.RenderSunAuthoringData)"]

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataProduct.#ctor(Lumiscaphe.Workshop.Interop.DataProductGuid,System.String,Lumiscaphe.Workshop.Interop.DataThumbnail,System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataCamera},Lumiscaphe.Workshop.Interop.DataPPConfiguration,Lumiscaphe.Workshop.Interop.RenderSSAOParameters,Lumiscaphe.Workshop.Interop.RenderSunAuthoringData)"]

thumbnail
Type: Lumiscaphe.Workshop.InteropDataThumbnail

[Missing <param name="thumbnail"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataProduct.#ctor(Lumiscaphe.Workshop.Interop.DataProductGuid,System.String,Lumiscaphe.Workshop.Interop.DataThumbnail,System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataCamera},Lumiscaphe.Workshop.Interop.DataPPConfiguration,Lumiscaphe.Workshop.Interop.RenderSSAOParameters,Lumiscaphe.Workshop.Interop.RenderSunAuthoringData)"]

cameras
Type: System.Collections.GenericListDataCamera

[Missing <param name="cameras"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataProduct.#ctor(Lumiscaphe.Workshop.Interop.DataProductGuid,System.String,Lumiscaphe.Workshop.Interop.DataThumbnail,System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataCamera},Lumiscaphe.Workshop.Interop.DataPPConfiguration,Lumiscaphe.Workshop.Interop.RenderSSAOParameters,Lumiscaphe.Workshop.Interop.RenderSunAuthoringData)"]

ppConfiguration
Type: Lumiscaphe.Workshop.InteropDataPPConfiguration

[Missing <param name="ppConfiguration"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataProduct.#ctor(Lumiscaphe.Workshop.Interop.DataProductGuid,System.String,Lumiscaphe.Workshop.Interop.DataThumbnail,System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataCamera},Lumiscaphe.Workshop.Interop.DataPPConfiguration,Lumiscaphe.Workshop.Interop.RenderSSAOParameters,Lumiscaphe.Workshop.Interop.RenderSunAuthoringData)"]

ssaoParameters
Type: Lumiscaphe.Workshop.InteropRenderSSAOParameters

[Missing <param name="ssaoParameters"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataProduct.#ctor(Lumiscaphe.Workshop.Interop.DataProductGuid,System.String,Lumiscaphe.Workshop.Interop.DataThumbnail,System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataCamera},Lumiscaphe.Workshop.Interop.DataPPConfiguration,Lumiscaphe.Workshop.Interop.RenderSSAOParameters,Lumiscaphe.Workshop.Interop.RenderSunAuthoringData)"]

sunAuthoringData
Type: Lumiscaphe.Workshop.InteropRenderSunAuthoringData

[Missing <param name="sunAuthoringData"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataProduct.#ctor(Lumiscaphe.Workshop.Interop.DataProductGuid,System.String,Lumiscaphe.Workshop.Interop.DataThumbnail,System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataCamera},Lumiscaphe.Workshop.Interop.DataPPConfiguration,Lumiscaphe.Workshop.Interop.RenderSSAOParameters,Lumiscaphe.Workshop.Interop.RenderSunAuthoringData)"]

Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also