 |
LineSelectorData(Vector3, Boolean) Constructor |
Constructor that use the positions from the specified array of Vector3 values.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic LineSelectorData(
Vector3[] originalPositions,
bool isLineStrip
)
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.
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.LineSelectorData.#ctor(System.Numerics.Vector3[],System.Boolean)"]
See Also