Click or drag to resize

RenderTransformGizmoMotion Method

Compute the transform gizmo motion.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Transform3 Motion(
	Vector2 point
)

Parameters

point
Type: Lumiscaphe.Workshop.InteropVector2
The pixel position.

Return Value

Type: Transform3
The relative transform between the pixel position given in the Start(RenderSceneManager, SceneGuid, RenderSnapshot, RenderRendererParameters, Vector2) methods and the current pixel position
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderTransformGizmo::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also