PolygonSetPolyline Method |
Sets the polyline of the vertices of the polygon
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void SetPolyline(
List<PolygonVertex> vertices
)
Public Sub SetPolyline (
vertices As List(Of PolygonVertex)
)
public:
void SetPolyline(
List<PolygonVertex^>^ vertices
)
member SetPolyline :
vertices : List<PolygonVertex> -> unit
Parameters
- vertices
- Type: System.Collections.GenericListPolygonVertex
The list of PolygonVertex to be used as vertices by the Polygon
See Also