Click or drag to resize

LineRenderable Class

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

Inheritance Hierarchy

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

The LineRenderable type exposes the following members.

Constructors
  NameDescription
Public methodLineRenderable
Initializes a new instance of the LineRenderable class
Top
Properties
Methods
  NameDescription
Public methodConstruct (Inherited from Renderable.)
Protected methodCreateLine (Inherited from LineRenderableBase.)
Public methodDeconstruct (Inherited from Renderable.)
Public methodInvalidate (Inherited from LineRenderableBase.)
Protected methodNotifyNeedsUpdateChanged (Inherited from Renderable.)
Public methodPick (Inherited from LineRenderableBase.)
Public methodPickFromWorldFrustum (Inherited from LineRenderableBase.)
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 (Overrides LineRenderableBaseRegenerateLines.)
Public methodRender (Inherited from LineRenderableBase.)
Public methodRenderShadow (Inherited from LineRenderableBase.)
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 (Inherited from LineRenderableBase.)
Top
Events
  NameDescription
Public eventNeedsUpdateChanged (Inherited from Renderable.)
Public eventRemoved (Inherited from Renderable.)
Top
Fields
  NameDescription
Protected fieldsubRenderables (Inherited from LineRenderableBase.)
Top
See Also