IRendererAspectT Methods |
The IRendererAspectT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRender |
Determines whether the aspect can be rendered
(Inherited from IRendererAspect.) | |
| GetRenderablesT |
Get all IRenderable objects of the desired type, contained by this aspect.
(Inherited from IRendererAspect.) | |
| NotifyRenderableRequest |
Invokes RenderableRequest.
(Inherited from IRendererAspect.) | |
| Pick |
A check to see a ray intersects with this aspect.
(Inherited from IRendererAspect.) | |
| PickFromWorldFrustum |
A check to see if the desired frustum intersects with this aspect.
(Inherited from IRendererAspect.) | |
| PreRender |
Preamble to the aspect rendering giving the aspect a chance to change settings.
(Inherited from IRendererAspect.) | |
| Render |
Render the aspect.
(Inherited from IRendererAspect.) | |
| RenderShadow |
Render the shadow of the aspect.
(Inherited from IRendererAspect.) |