ILineThickness
Description
- Derived from
- Extended by
Base interface for classes that allow to choose a thickness for rendering lines.
Public / Attributes
LineThickness
The line thickness to use for rendering Primitive.LineList and Primitive.LineStrip primitives.
When set to 1
, lines are rendered with a thickness of one screen pixel, using the alpha channel for transparency.
When set to value greater than 1
, lines are rendered with the given thickness. The alpha channel is ignored.
As best practice, reset the line thickness to the default value after rendering thick lines.
Defaults to 1
.