Click or drag to resize

IRendererAspectT Methods

The IRendererAspectT generic type exposes the following members.

Methods
  NameDescription
Public methodCanRender
Determines whether the aspect can be rendered
(Inherited from IRendererAspect.)
Public methodGetRenderablesT
Get all IRenderable objects of the desired type, contained by this aspect.
(Inherited from IRendererAspect.)
Public methodNotifyRenderableRequest (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