![]() | |
Multi |
The MultiLineNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsLineStrip | If true, then the Positions define connected lines (the end of first line is the beginning of the second line), if false, then lines are not connected and each line is defined by two positions. |
![]() | Positions | Positions array that form 3D lines. When the contents of the array is changed, call the UpdatePositions(NullableBoundingBox) method to update the mesh that stores the positions on the graphic card. When the Position property is set to another array instance, then it is not needed to call UpdateMesh method. |