Click or drag to resize

RenderHotspotsFinderFind Method

Finds all interest points according to the tag name.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static List<RenderHotspot> Find(
	RenderSceneManager manager,
	SceneGuid scene,
	RenderSnapshot snapshot,
	RenderRendererParameters rendererParameters,
	string tag
)

Parameters

manager
Type: Lumiscaphe.Workshop.InteropRenderSceneManager
The scene manager.
scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
snapshot
Type: Lumiscaphe.Workshop.InteropRenderSnapshot
The rendering snapshot.
rendererParameters
Type: Lumiscaphe.Workshop.InteropRenderRendererParameters
The renderer parameters.
tag
Type: SystemString
The tag name.

Return Value

Type: ListRenderHotspot
The list of all interest points matching the tag name.
Exceptions
ExceptionCondition
ObjectNullExceptionmanager == null, rendererParameters == null, tag == null
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
ObjectDisposedExceptionRenderRendererParameters::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also