|
Anark Core SDK
|
Public Member Functions | |
| Sdk3DLineStrip (IEnumerable< ISdkVertex3D > vertices) | |
| Initialize the linestrip with a collection of vertices. | |
Properties | |
| IEnumerable< ISdkVertex3D > | Vertices [get] |
| The vertices that define the geometry. | |
|
inline |
Initialize the linestrip with a collection of vertices.
| vertices | The vertices that define the line strip. |
|
get |
The vertices that define the geometry.
Implements Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex >.