Tube | |
The TubeLineModelNode type exposes the following members.
| Name | Description | |
|---|---|---|
| EndPosition | End position of the line. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
| GenerateTextureCoordinates | Generate texture coordinates. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
| IsEndPositionClosed | Flag indicating whether the start position is closed (filled circle shape). Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
| IsStartPositionClosed | Flag indicating whether the start position is closed (filled circle shape). Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
| Radius | Radius of the line. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
| Segments | Number of segments comprising the line's side surface. Default value is 30. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
| StartPosition | Start position of the line. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. |