IRender |
public interface IRenderOnTopRendererAspect : IRendererAspect
The IRenderOnTopRendererAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundingBox |
The bounding box of the aspect.
(Inherited from IRendererAspect) | |
| BoundingSphere |
The bounding sphere of the aspect.
(Inherited from IRendererAspect) | |
| CastShadows |
The value for if the aspect casts shadows.
(Inherited from IRendererAspect) | |
| ContainerBoundingBox |
The bounding box of the owning container.
(Inherited from IRendererAspect) | |
| ContainerBoundingSphere |
The bounding sphere of the owning container.
(Inherited from IRendererAspect) | |
| ContainerWorldMatrix |
The world matrix of the owning container.
(Inherited from IRendererAspect) | |
| HasRenderables |
The value for whether the aspect has renderables to be rendered.
(Inherited from IRendererAspect) | |
| IsEnabled |
The value for whether the aspect is enabled.
(Inherited from IRendererAspect) | |
| IsLayerVisible |
The value for whether the owning container's layer is visible.
(Inherited from IRendererAspect) | |
| Name | A unique name for the aspect (Inherited from IRendererAspect) | |
| RenderOnTop | Whether to disable the Z-buffer when rendering this aspect. |
| 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) |
| Name | Description | |
|---|---|---|
| CastShadowsChanged |
Occurs when the value of CastShadowsChanged changes.
(Inherited from IRendererAspect) | |
| IsEnabledChanged |
Occurs when the value of IsEnabled changes.
(Inherited from IRendererAspect) | |
| MeshAnimationChanged |
Occurs when the the current animation changes.
(Inherited from IRendererAspect) | |
| RenderableRequest |
Occurs before the renderables are about to be use so that they can be configured correctly, eg before a render or an export.
(Inherited from IRendererAspect) | |
| RenderOnTopChanged | Occurs when the value of RenderOnTop changes. | |
| ShouldRenderInvalidated |
Occurs when the aspect should re-evaluate if it should render.
(Inherited from IRendererAspect) | |
| Updated |
Occurs after a renderable has been updated.
(Inherited from IRendererAspect) |