RenderRendererHook Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderRendererHook type exposes the following members.
Name | Description | |
---|---|---|
RenderRendererHook |
Initializes a new instance of the RenderRendererHook class.
|
Name | Description | |
---|---|---|
Aabb |
Gets the axis aligned bounding box of all hook elements for frustum test.
| |
Elements |
Gets or sets the RenderRendererHook elements. It represents the list of 3D objects to draw at a specific stage of the rendering pipeline. | |
IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
Point |
Gets the rendering hook point. The hook point defines when the hook must be rendered in the rendering pipeline. | |
Visible |
Gets or sets a value indicating whether this RenderRendererHook is visible.
|
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the RenderRendererHook | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Render |
Does the rendering of all elements contained in the renderer hook.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |