Click or drag to resize

RenderTransformGizmoStart Method

Starts the transform gizmo on the specified scene.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public bool Start(
	RenderSceneManager manager,
	SceneGuid scene,
	RenderSnapshot snapshot,
	RenderRendererParameters rendererParameters,
	Vector2 point
)

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.
point
Type: Lumiscaphe.Workshop.InteropVector2
The pixel position.

Return Value

Type: Boolean
true if the gizmo is started; otherwise false
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderTransformGizmo::IsDestroyed == true, RenderSceneManager::IsDestroyed == true
ObjectDisposedExceptionRenderRendererParameters::IsDisposed == true
ObjectNullExceptionmanager == null, rendererParameters == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also