Click or drag to resize

RenderSceneManagerBeginUpdate Method

Begins updating a scene.
Some methods can rebuild the scene at each call. Use BeginUpdate method to disable the scene rebuild until EndUpdate is called.

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

Parameters

scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also