Click or drag to resize

RenderRendererTransformGizmoRender Method

Do the rendering of the transform gizmo.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public virtual void Render(
	RenderResources resources,
	RenderRendererHookContext context
)

Parameters

resources
Type: Lumiscaphe.Workshop.InteropRenderResources
The OpenGL resources.
context
Type: Lumiscaphe.Workshop.InteropRenderRendererHookContext
The render hook context.

Implements

IRenderRendererHookElementRender(RenderResources, RenderRendererHookContext)
Exceptions
ExceptionCondition
ObjectDisposedExceptionRenderRendererTransformGizmo::IsDisposed == true, RenderRendererHookContext::IsDisposed == true
ObjectDestroyedExceptionRenderResources::IsDestroyed == true
ObjectNullExceptionresources == null, context == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also