Click or drag to resize

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
Syntax
public void SetPolyline(
	List<PolygonVertex> vertices
)

Parameters

vertices
Type: System.Collections.GenericListPolygonVertex
The list of PolygonVertex to be used as vertices by the Polygon
See Also