Click or drag to resize

IRenderRendererHookElement Interface

The IRenderRendererHookElement interface should be implemented to create custom renderer hook elements.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public interface IRenderRendererHookElement

The IRenderRendererHookElement type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets the axis aligned bounding box of the renderer hook element for frustum test.
Public propertyVisible
Gets or sets a value indicating whether the renderer hook element is visible.
Top
Methods
  NameDescription
Public methodRender
Does the rendering of the renderer hook element.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also