Click or drag to resize

LineRenderableBase Class

[Missing <summary> documentation for "T:Demo3D.Visuals.Renderers.Lines.LineRenderableBase"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.Visuals.RenderersRenderable
              Demo3D.Visuals.Renderers.LinesLineRenderableBase
                Demo3D.Visuals.Renderers.LinesLineRenderable

Namespace: Demo3D.Visuals.Renderers.Lines
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract class LineRenderableBase : Renderable

The LineRenderableBase type exposes the following members.

Constructors
 NameDescription
Protected methodLineRenderableBaseInitializes a new instance of the LineRenderableBase class
Top
Properties
 NameDescription
Public propertyBoundingBox
(Inherited from Renderable)
Public propertyBoundingSphere
(Inherited from Renderable)
Public propertyBoundingSphereExcludingTransform The bounding sphere of the renderable excluding the transform of it's Matrix
(Inherited from Renderable)
Public propertyClippedNeedsCalculating
(Inherited from Renderable)
Public propertyColor 
Public propertyContainsTransparency
(Inherited from Renderable)
Protected propertyDocument
(Inherited from Renderable)
Public propertyId
(Inherited from Renderable)
Public propertyIsAnimated 
Public propertyIsRelative 
Public propertyMatrix
(Inherited from Renderable)
Public propertyNeedsUpdate
(Overrides RenderableNeedsUpdate)
Public propertySeparation 
Public propertyShadowClippedNeedsCalculating
(Inherited from Renderable)
Public propertySpeed 
Public propertyThickness 
Top
Methods
 NameDescription
Public methodConstruct
(Inherited from Renderable)
Protected methodCreateLine 
Public methodDeconstruct
(Inherited from Renderable)
Public methodInvalidate 
Protected methodNotifyNeedsUpdateChanged
(Inherited from Renderable)
Public methodPick
(Overrides RenderablePick(IDisplay, Matrix, Ray, PickInfo))
Public methodPickFromWorldFrustum
(Overrides RenderablePickFromWorldFrustum(IDisplay, Matrix, Plane))
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)
Protected methodRegenerateLines 
Public methodRender
(Overrides RenderableRender(IDisplay))
Public methodRenderShadow
(Overrides RenderableRenderShadow(IDisplay, Vector3))
Public methodRequestRender
(Inherited from Renderable)
Protected methodSetINotifyPropertyChangedPropertyT 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)
Protected methodSetPropertyT(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)
Protected methodSetPropertyT(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)
Public methodUpdate
(Overrides RenderableUpdate(IDisplay))
Top
Events
 NameDescription
Public eventNeedsUpdateChanged
(Inherited from Renderable)
Public eventRemoved
(Inherited from Renderable)
Top
Fields
 NameDescription
Protected fieldsubRenderables 
Top
See Also