 |
LineSelectorData(Vector3, Boolean, SceneView) Constructor |
Constructor that use the positions from the specified array of Vector3.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic LineSelectorData(
Vector3[] originalPositions,
bool isLineStrip,
SceneView? sceneView
)
Parameters
- originalPositions Vector3
- array of Vector3 values
- isLineStrip Boolean
- if true then one line position is used as end of one line segment and start of another line segment. If false each line segment is specified with 2 positions.
- sceneView SceneView
- SceneView that is used to show the 3D scene with 3D lines
See Also