RendererAspectBaseT Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.Renderers.RendererAspectBase`1"]
Namespace: Demo3D.Visuals.Renderers
public abstract class RendererAspectBase<T> : RendererAspectBase, IRendererAspect<T>, IRendererAspect where T : IRenderable
[Missing <typeparam name="T"/> documentation for "T:Demo3D.Visuals.Renderers.RendererAspectBase`1"]
The RendererAspectBaseT type exposes the following members.
| Name | Description | |
|---|---|---|
| RendererAspectBaseT | Initializes a new instance of the RendererAspectBaseT class |
| Name | Description | |
|---|---|---|
| AspectManagedBy |
The Aspect that this is managed by.
(Inherited from AspectComponentBase.) | |
| HasRenderables | (Overrides RendererAspectBase.HasRenderables.) | |
| 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.) | |
| Renderables |
| Name | Description | |
|---|---|---|
| CanAdd |
Determine whether the aspect can be added to the AspectContainer.
(Inherited from AspectComponentBase.) | |
| CleanupBindingAPI | (Inherited from AspectComponentBase.) | |
| FindAspectT | (Inherited from AspectComponentBase.) | |
| FindCreateAspectT | (Inherited from AspectComponentBase.) | |
| FindCreateManagedAspectT | (Inherited from AspectComponentBase.) | |
| GetRenderablesU | (Overrides RendererAspectBase.GetRenderables``1.) | |
| NotifyRenderableRemoved | ||
| OnAdded | (Overrides RendererAspectBase.OnAdded.) | |
| OnAssigned |
Called when assigned to an aspect container, this should never be invoked manually.
No other aspects should be accessed within this method.
(Inherited from AspectComponentBase.) | |
| OnInitialize |
Called when the aspect container is Initialized, this should never be invoked manually
(Inherited from AspectComponentBase.) | |
| OnRemoved | (Overrides RendererAspectBase.OnRemoved.) | |
| OnReset |
Called when the aspect container is Reset, this should never be invoked manually
(Inherited from AspectComponentBase.) | |
| RaisePropertiesChanged | (Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) | (Inherited from BindableBase.) | |
| RaisePropertyChanged(String) | (Inherited from BindableBase.) | |
| RemoveAspect(Object) | (Inherited from AspectComponentBase.) | |
| RemoveAspectT | (Inherited from AspectComponentBase.) | |
| RemoveManagedAspects | (Inherited from AspectComponentBase.) | |
| SerializableDependency(SerializableObject) | (Inherited from AspectComponentBase.) | |
| SerializableDependency(Visual) | (Inherited from AspectComponentBase.) | |
| SetINotifyPropertyChangedPropertyT | (Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) | (Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) | (Inherited from BindableBase.) | |
| ToString | (Inherited from AspectComponentBase.) | |
| UpdateBindingAPI | (Inherited from AspectComponentBase.) |
| Name | Description | |
|---|---|---|
| IsEnabledChanged | (Inherited from AspectComponentBase.) |