Click or drag to resize

MeshPainterRendererAspect Methods

The MeshPainterRendererAspect type exposes the following members.

Methods
  NameDescription
Public methodCanRender
Determines whether the aspect can be rendered
(Inherited from RendererAspectBase.)
Public methodClear (Inherited from DecoratorAspectBase.)
Public methodFindAspectT
Find an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.)
Public methodFindCreateAspectT
Find or, if one isn't found, create an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.)
Public methodFindCreateManagedAspectT
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.)
Public methodGetRenderablesRenderable (Inherited from DecoratorAspectBase.)
Public methodIsVisibleForLOD
Method used to check if aspect is visible with regards to Level of Detail.
(Inherited from RendererAspectBase.)
Public methodNotifyRenderableRequest (Inherited from RendererAspectBase.)
Public methodPick (Inherited from DecoratorAspectBase.)
Public methodPickFromWorldFrustum (Inherited from DecoratorAspectBase.)
Public methodPreRender
Preamble to the aspect rendering giving the aspect a chance to change settings.
(Inherited from RendererAspectBase.)
Public methodRaisePropertiesChanged
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(String)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRemoveAspect(Object)
Remove the desired aspect from this aspect's container.
(Inherited from AspectComponentBase.)
Public methodRemoveAspectT
Remove the aspect of the desired type from this aspect's container.
(Inherited from AspectComponentBase.)
Public methodRemoveManagedAspects
Remove all aspects that are being managed by this aspect..
(Inherited from AspectComponentBase.)
Public methodRender (Overrides DecoratorAspectBaseRender(IDisplay).)
Public methodRenderShadow (Inherited from DecoratorAspectBase.)
Public methodRequestRender
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.)
Public methodSerializableDependency(SerializableObject)
Whether the specified object depends on the serializable object.
(Inherited from AspectComponentBase.)
Public methodSerializableDependency(Visual)
Whether the specified visual depends on the serializable object.
(Inherited from AspectComponentBase.)
Public methodToString (Inherited from AspectComponentBase.)
Top
See Also