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