Click or drag to resize

RenderSceneManagerStatistics Method

Gets the statistics of a specified scene.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderStatistics Statistics(
	SceneGuid scene
)

Parameters

scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.

Return Value

Type: RenderStatistics
The statistics of the scene.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Remarks
To compute statistics, this object must by given as parameters of the RenderRenderer::Render method and the RenderBlitter::Blit method.
To display the content of this object, use the RenderHeadUpDisplayStatistics and the RenderCompositer after the blit.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also