Click or drag to resize

RenderHotspotsFinderFindHotspotTags Method

Finds the interest point tag names.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static HashSet<string> FindHotspotTags(
	RenderSceneManager manager,
	SceneGuid scene
)

Parameters

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

Return Value

Type: HashSetString
The list of all tag name able to be an interest point.
Exceptions
ExceptionCondition
ObjectNullExceptionmanager == null
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also