Lines |
The LinesUpdater type exposes the following members.
Name | Description | |
---|---|---|
Instance | Gets a static instance of LinesUpdater. | |
IsEmissiveMaterialUsed | Gets or sets a bool that specifies if EmissiveMaterial is used to display the lines. The default value is true. | |
LineArrowAngle | Gets or sets the angle of the line arrows. Default value is 15 degrees. Note that if the line is short so that the arrow length exceeds the amount defined by MaxLineArrowLength, the arrow is shortened which increased the arrow angle. | |
MaxLineArrowLength | Gets or sets a double value that specifies the maximum arrow length set as fraction of the line length - e.g. 0.333 means that the maximum arrow length will be 1 / 3 (=0.333) of the line length. If the line is short so that the arrow length exceeds the amount defined by MaxLineArrowLength, the arrow is shortened (the arrow angle is increased). | |
RegisteredLinesCount | Gets count of RegisteredLines | |
UpdateMode | Gets or sets a LinesUpdated mode that defines how often the LinesUpdater automatically updates the lines. |