PolygonDrawertempLengths Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.PolygonDrawer.tempLengths"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected List<KeyValuePair<int, float>> tempLengths { get; set; }
Protected Property tempLengths As List(Of KeyValuePair(Of Integer, Single))
Get
Set
protected:
property List<KeyValuePair<int, float>>^ tempLengths {
List<KeyValuePair<int, float>>^ get ();
void set (List<KeyValuePair<int, float>>^ value);
}
member tempLengths : List<KeyValuePair<int, float32>> with get, set
Property Value
Type:
ListKeyValuePairInt32,
Single
See Also