PolygonSegmentcurveLengths Field |
[Missing <summary> documentation for "F:BrydenWoodUnity.GeometryManipulation.PolygonSegment.curveLengths"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<KeyValuePair<int, float>> curveLengths
Public curveLengths As List(Of KeyValuePair(Of Integer, Single))
public:
List<KeyValuePair<int, float>>^ curveLengths
val mutable curveLengths: List<KeyValuePair<int, float32>>
Field Value
Type:
ListKeyValuePairInt32,
Single
See Also