Click or drag to resize

RenderSceneManagerSceneSurfaces Method

Gets a list of all scene surfaces identifier of a scene.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public IEnumerable<SceneSurfaceGuid> SceneSurfaces(
	SceneGuid scene,
	SceneProductGuid sceneProduct,
	bool addNull
)

Parameters

scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
sceneProduct
Type: Lumiscaphe.Workshop.InteropSceneProductGuid
The scene product identifier.
addNull
Type: SystemBoolean

[Missing <param name="addNull"/> documentation for "M:Lumiscaphe.Workshop.Interop.RenderSceneManager.SceneSurfaces(Lumiscaphe.Workshop.Interop.SceneGuid,Lumiscaphe.Workshop.Interop.SceneProductGuid,System.Boolean)"]

Return Value

Type: IEnumerableSceneSurfaceGuid
The list of all scene surfaces identifier of the scene.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also