Renderable Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.Renderers.Renderable"]
Namespace: Demo3D.Visuals.Renderers
public abstract class Renderable : BindableBase, IRenderable, INotifyPropertyChanged
The Renderable type exposes the following members.
| Name | Description | |
|---|---|---|
| Renderable | Initializes a new instance of the Renderable class |
| Name | Description | |
|---|---|---|
| BoundingBox | ||
| BoundingSphere | ||
| BoundingSphereExcludingTransform |
The bounding sphere of the renderable excluding the transform of it's Matrix
| |
| ClippedNeedsCalculating | ||
| ContainsTransparency | ||
| Document | ||
| Id | ||
| Matrix | ||
| NeedsUpdate | ||
| ShadowClippedNeedsCalculating |
| Name | Description | |
|---|---|---|
| Construct | ||
| Deconstruct | ||
| NotifyNeedsUpdateChanged | ||
| Pick | ||
| PickFromWorldFrustum | ||
| 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.) | |
| Render | ||
| RenderShadow | ||
| RequestRender | ||
| SetINotifyPropertyChangedPropertyT |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.) | |
| Update |
| Name | Description | |
|---|---|---|
| NeedsUpdateChanged | ||
| Removed |