QuadRendererAspect Class |
Namespace: Demo3D.Visuals.Renderers.Primitives
public class QuadRendererAspect : PrimitiveRendererAspect<QuadRenderable>
The QuadRendererAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| QuadRendererAspect | Initializes a new instance of the QuadRendererAspect class |
| Name | Description | |
|---|---|---|
| AspectManagedBy |
The Aspect that this is managed by.
(Inherited from AspectComponentBase.) | |
| BackMaterial | The color and optional texture of the back face. | |
| BoundingBox | (Inherited from RendererAspectT.) | |
| BoundingSphere | (Inherited from RendererAspectT.) | |
| ControlPoints | (Overrides PrimitiveRendererAspectTControlPoints.) | |
| Document | (Inherited from PrimitiveRendererAspectT.) | |
| FrontMaterial | The color and optional texture of the front face. | |
| HasBackFace | Whether to show the back face of the quad or not. | |
| HasRenderables | (Inherited from RendererAspectBaseT.) | |
| Height | The height of the quad. | |
| Id | (Inherited from SerializableObject.) | |
| IsCollapsed |
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.) | |
| IsEnabled | (Inherited from AspectComponentBase.) | |
| IsInitialized | (Inherited from AspectComponentBase.) | |
| IsReadOnly | (Inherited from AspectComponentBase.) | |
| Name | A unique name for the aspect (Inherited from AspectComponentBase.) | |
| Renderable | (Inherited from PrimitiveRendererAspectT.) | |
| Renderables | (Inherited from RendererAspectBaseT.) | |
| ShowResizeControlPoints | (Inherited from PrimitiveRendererAspectT.) | |
| UVCoords | The Texture Coords allow an imported image to be cropped. The top left of the quad is (0,0) and the bottom right of the quad is (1,1). | |
| Width | The width of the quad. | |
| WorldMatrix | (Inherited from PrimitiveRendererAspectT.) |
| Name | Description | |
|---|---|---|
| IsEnabledChanged | (Inherited from AspectComponentBase.) |
| Name | Description | |
|---|---|---|
| controlPoints | (Inherited from PrimitiveRendererAspectT.) |