Click or drag to resize

RenderMaterialKey Constructor

Initializes a new instance of the RenderMaterialKey class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderMaterialKey(
	DataEnvGuid env,
	DataMaterialGuid material,
	RenderMaterialType type,
	RenderLightingSetup setup
)

Parameters

env
Type: Lumiscaphe.Workshop.InteropDataEnvGuid
The environment identifier.
material
Type: Lumiscaphe.Workshop.InteropDataMaterialGuid
The material identifier.
type
Type: Lumiscaphe.Workshop.InteropRenderMaterialType
The material type.
setup
Type: Lumiscaphe.Workshop.InteropRenderLightingSetup
The lighting setup.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also