| RenderSceneManagerSurfacePivotToParentTransform Method |
Gets the pivot to parent transformation of a scene surface.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public Transform3 SurfacePivotToParentTransform(
SceneGuid scene,
SceneSurfaceGuid sceneSurface
)
public:
Transform3 SurfacePivotToParentTransform(
SceneGuid scene,
SceneSurfaceGuid sceneSurface
)
Parameters
- scene
- Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier. - sceneSurface
- Type: Lumiscaphe.Workshop.InteropSceneSurfaceGuid
The scene surface identifier.
Return Value
Type:
Transform3The pivot to parent transformation of the scene surface.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also