MeshPainterRendererAspect Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.MeshPainter.MeshPainterRendererAspect"]
Namespace: Demo3D.Visuals.MeshPainter
public sealed class MeshPainterRendererAspect : DecoratorAspectBase, IDynamicRenderablesAspect
The MeshPainterRendererAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| MeshPainterRendererAspect | Initializes a new instance of the MeshPainterRendererAspect class |
| Name | Description | |
|---|---|---|
| AspectManagedBy |
The Aspect that this is managed by.
(Inherited from AspectComponentBase.) | |
| BoundingBox | (Inherited from DecoratorAspectBase.) | |
| BoundingSphere | (Inherited from DecoratorAspectBase.) | |
| CanOptimize | (Overrides DecoratorAspectBaseCanOptimize.) | |
| CanPick | (Overrides DecoratorAspectBaseCanPick.) | |
| CastShadows | Whether the renderer casts a shadow. (Inherited from RendererAspectBase.) | |
| ContainerBoundingBox |
The bounding box of the owning container.
(Inherited from RendererAspectBase.) | |
| ContainerBoundingSphere |
The bounding sphere of the owning container.
(Inherited from RendererAspectBase.) | |
| ContainerWorldMatrix |
The world matrix of the owning container.
(Inherited from RendererAspectBase.) | |
| HasRenderables | (Inherited from DecoratorAspectBase.) | |
| Id | (Inherited from SerializableObject.) | |
| IsCollapsed |
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.) | |
| IsEnabled |
The value for whether the aspect is enabled.
(Inherited from AspectComponentBase.) | |
| IsInitialized |
Gets the value of whether or not this aspect has been initialized. An aspect is initialized during the scenes initialization when starting a model.
(Inherited from AspectComponentBase.) | |
| IsLayerVisible |
The value for whether the owning container's layer is visible.
(Inherited from RendererAspectBase.) | |
| IsReadOnly |
When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase.) | |
| Name | A unique name for the aspect (Inherited from AspectComponentBase.) | |
| Painter |
The painter used to draw on the mesh.
|
| Name | Description | |
|---|---|---|
| CanRender |
Determines whether the aspect can be rendered
(Inherited from RendererAspectBase.) | |
| Clear | (Inherited from DecoratorAspectBase.) | |
| FindAspectT |
Find an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.) | |
| FindCreateAspectT |
Find or, if one isn't found, create an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.) | |
| FindCreateManagedAspectT |
Find or, if one isn't found, create a managed aspect of the desired type in this aspect's container. The managed aspect will be owned by the declared aspect.
(Inherited from AspectComponentBase.) | |
| GetRenderablesRenderable | (Inherited from DecoratorAspectBase.) | |
| IsVisibleForLOD |
Method used to check if aspect is visible with regards to Level of Detail.
(Inherited from RendererAspectBase.) | |
| NotifyRenderableRequest |
Invokes RenderableRequest.
(Inherited from RendererAspectBase.) | |
| Pick | (Inherited from DecoratorAspectBase.) | |
| PickFromWorldFrustum | (Inherited from DecoratorAspectBase.) | |
| PreRender |
Preamble to the aspect rendering giving the aspect a chance to change settings.
(Inherited from RendererAspectBase.) | |
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| RemoveAspect(Object) |
Remove the desired aspect from this aspect's container.
(Inherited from AspectComponentBase.) | |
| RemoveAspectT |
Remove the aspect of the desired type from this aspect's container.
(Inherited from AspectComponentBase.) | |
| RemoveManagedAspects |
Remove all aspects that are being managed by this aspect..
(Inherited from AspectComponentBase.) | |
| Render | (Overrides DecoratorAspectBaseRender(IDisplay).) | |
| RenderShadow | (Inherited from DecoratorAspectBase.) | |
| RequestRender |
Utility method to request a complete render from the app. This should be called after changing a property that affects the rendering of this aspect.
(Inherited from RendererAspectBase.) | |
| SerializableDependency(SerializableObject) |
Whether the specified object depends on the serializable object.
(Inherited from AspectComponentBase.) | |
| SerializableDependency(Visual) |
Whether the specified visual depends on the serializable object.
(Inherited from AspectComponentBase.) | |
| ToString | (Inherited from AspectComponentBase.) |
| Name | Description | |
|---|---|---|
| CastShadowsChanged |
Occurs when the value of CastShadowsChanged changes.
(Inherited from RendererAspectBase.) | |
| IsEnabledChanged |
Occurs when the value of IsEnabled changes.
(Inherited from AspectComponentBase.) | |
| 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 RendererAspectBase.) | |
| Updated |
Occurs after a renderable has been updated.
(Inherited from RendererAspectBase.) |