IMeshSetRendererAspect Interface |
[Missing <summary> documentation for "T:Demo3D.Visuals.Renderers.Mesh.IMeshSetRendererAspect"]
Namespace: Demo3D.Visuals.Renderers.Mesh
public interface IMeshSetRendererAspect : IRendererAspect<MeshRenderable>, IRendererAspect
The IMeshSetRendererAspect 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.) | |
| IsDecal | ||
| 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 | Description | |
|---|---|---|
| CastShadowsChanged |
Occurs when the value of CastShadowsChanged changes.
(Inherited from IRendererAspect.) | |
| IsEnabledChanged |
Occurs when the value of IsEnabled 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.) | |
| Updated |
Occurs after a renderable has been updated.
(Inherited from IRendererAspect.) |