| IRenderRendererHook Interface |
The IRenderRendererHook interface should be implemented to create custom renderer hook.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public interface IRenderRendererHook
public interface class IRenderRendererHook
The IRenderRendererHook type exposes the following members.
Properties
| Name | Description |
---|
| Aabb |
Gets the axis aligned bounding box for frustum test.
|
| IsDisposed |
Gets a value indicating whether the renderer hook is disposed.
|
| Point |
Gets the rendering hook point.
The hook point defines when the hook must be rendered in the rendering pipeline.
|
TopMethods
| Name | Description |
---|
| Render |
Does the rendering of the renderer hook.
|
TopVersion Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also