![]() | |
Poly |
public class PolyLineMaterial : LineBaseMaterial, IPolyLineMaterial
The PolyLineMaterial type exposes the following members.
Name | Description | |
---|---|---|
![]() | PolyLineMaterial(String) | Constructor |
![]() | PolyLineMaterial(Color3, String) | Constructor |
![]() | PolyLineMaterial(Color4, String) | Constructor |
![]() | PolyLineMaterial(Color3, Single, String) | Constructor |
![]() | PolyLineMaterial(Color4, Single, String) | Constructor |
Name | Description | |
---|---|---|
![]() | IsPolyLine | Returns true. This specifies that the line with this material is always rendered as poly-line (with connected segments). |
![]() | MiterLimit | Gets or sets a value that defines at which line thickness the mitered (sharp) line joint is converted into beveled (square) line joint. For example, a value of 4 requires the mitered joint length to be 4 times the line thickness before the joint becomes beveled. MiterLimit is used only when IsPolyLine is set to true. Default value is set from static DefaultMiterLimit value (2 by default). |
Name | Description | |
---|---|---|
![]() | GetDetailsText |
GetDetailsText adds string that writes details about this Material into the specified StringBuilder.
(Overrides LineBaseMaterialGetDetailsText(StringBuilder, Boolean, Boolean, Boolean)) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultMiterLimit | Miter limit value that is used when the MiterLimit is explicitly not specified. |