IScreenSpaceRendererAspect Methods |
The IScreenSpaceRendererAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRender(IDisplay) |
Determines whether the aspect can be rendered
(Inherited from IRendererAspect.) | |
| CanRender(IDisplaySettings) |
Check if the aspect can render given the IDisplaySettings.
(Inherited from IRendererAspect.) | |
| GetRenderablesT |
Get all IRenderable objects of the desired type, contained by this aspect.
(Inherited from IRendererAspect.) | |
| NotifyMeshAnimationChanged |
Notify the aspect that the mesh animation has changed.
(Inherited from IRendererAspect.) | |
| NotifyRenderableRequest |
Invokes RenderableRequest.
(Inherited from IRendererAspect.) | |
| NotifyShouldRenderInvalidated |
Notify that the aspect needs to re-evaluate if it should render.
(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.) |