Click or drag to resize

RenderSceneManagerAddLabel Method

Adds the label on the specified scene surface.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void AddLabel(
	SceneGuid scene,
	SceneSurfaceGuid sceneSurface,
	DataMaterialGuid dataMaterial,
	Transform2 transform
)

Parameters

scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
sceneSurface
Type: Lumiscaphe.Workshop.InteropSceneSurfaceGuid
The scene surface identifier.
dataMaterial
Type: Lumiscaphe.Workshop.InteropDataMaterialGuid
The data material identifier.
transform
Type: Lumiscaphe.Workshop.InteropTransform2
The label transform.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also