Click or drag to resize

RenderMaterialStandardSetScalar Method

Sets the color intensity of the standard material identified by key in a specific scene.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static void SetScalar(
	RenderSceneManager manager,
	SceneGuid scene,
	RenderMaterialKey key,
	RenderMaterialStandardParameter parameter,
	float value
)

Parameters

manager
Type: Lumiscaphe.Workshop.InteropRenderSceneManager
The scene manager.
scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
key
Type: Lumiscaphe.Workshop.InteropRenderMaterialKey
The material key.
parameter
Type: Lumiscaphe.Workshop.InteropRenderMaterialStandardParameter
The parameter to set.
value
Type: SystemSingle
The color intensity.
Exceptions
ExceptionCondition
ObjectNullExceptionmanager == null, key == null
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
ObjectDisposedExceptionRenderMaterialKey::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also