Click or drag to resize

RenderSceneManagerSceneSurface Method

Gets the scene surface identifier corresponding to the data surface identifier.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public SceneSurfaceGuid SceneSurface(
	SceneGuid scene,
	SceneProductGuid sceneProduct,
	DataSurfaceGuid dataSurface
)

Parameters

scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
sceneProduct
Type: Lumiscaphe.Workshop.InteropSceneProductGuid
The scene product identifier.
dataSurface
Type: Lumiscaphe.Workshop.InteropDataSurfaceGuid
The data surface identifier.

Return Value

Type: SceneSurfaceGuid
The scene surface identifier.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also