ProceduralBuildingManagermasterPolylines Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.DesignData.ProceduralBuildingManager.masterPolylines"]
Namespace:
BrydenWoodUnity.DesignData
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<Polygon> masterPolylines { get; set; }
Public Property masterPolylines As List(Of Polygon)
Get
Set
public:
property List<Polygon^>^ masterPolylines {
List<Polygon^>^ get ();
void set (List<Polygon^>^ value);
}
member masterPolylines : List<Polygon> with get, set
Property Value
Type:
ListPolygon
See Also