Click or drag to resize

IRenderOnTopRendererAspect Methods

The IRenderOnTopRendererAspect type exposes the following members.

Methods
 NameDescription
Public methodCanRender(IDisplay) Determines whether the aspect can be rendered
(Inherited from IRendererAspect)
Public methodCanRender(IDisplaySettings) Check if the aspect can render given the IDisplaySettings.
(Inherited from IRendererAspect)
Public methodGetRenderablesT Get all IRenderable objects of the desired type, contained by this aspect.
(Inherited from IRendererAspect)
Public methodNotifyMeshAnimationChanged Notify the aspect that the mesh animation has changed.
(Inherited from IRendererAspect)
Public methodNotifyRenderableRequest Invokes RenderableRequest.
(Inherited from IRendererAspect)
Public methodNotifyShouldRenderInvalidated Notify that the aspect needs to re-evaluate if it should render.
(Inherited from IRendererAspect)
Public methodPick A check to see a ray intersects with this aspect.
(Inherited from IRendererAspect)
Public methodPickFromWorldFrustum A check to see if the desired frustum intersects with this aspect.
(Inherited from IRendererAspect)
Public methodPreRender Preamble to the aspect rendering giving the aspect a chance to change settings.
(Inherited from IRendererAspect)
Public methodRender Render the aspect.
(Inherited from IRendererAspect)
Public methodRenderShadow Render the shadow of the aspect.
(Inherited from IRendererAspect)
Top
See Also