| 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
public interface class IRenderRendererHookElement
The IRenderRendererHookElement type exposes the following members.
Properties
| Name | Description |
---|
| Aabb |
Gets the axis aligned bounding box of the renderer hook element for frustum test.
|
| Visible |
Gets or sets a value indicating whether the renderer hook element is visible.
|
TopMethods
| Name | Description |
---|
| Render |
Does the rendering of the renderer hook element.
|
TopVersion Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also