PolygonDrawertemp_polygon Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.PolygonDrawer.temp_polygon"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected Polygon temp_polygon { get; set; }
Protected Property temp_polygon As Polygon
Get
Set
protected:
property Polygon^ temp_polygon {
Polygon^ get ();
void set (Polygon^ value);
}
member temp_polygon : Polygon with get, set
Property Value
Type:
Polygon
See Also