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,
bool verticesChildren = false
)
Public Sub SetPolyline (
vertices As List(Of PolygonVertex),
Optional verticesChildren As Boolean = false
)
public:
void SetPolyline(
List<PolygonVertex^>^ vertices,
bool verticesChildren = false
)
member SetPolyline :
vertices : List<PolygonVertex> *
?verticesChildren : bool
(* Defaults:
let _verticesChildren = defaultArg verticesChildren false
*)
-> unit
Parameters
- vertices
- Type: System.Collections.GenericListPolygonVertex
The list of PolygonVertex to be used as vertices by the Polygon - verticesChildren (Optional)
- Type: SystemBoolean
[Missing <param name="verticesChildren"/> documentation for "M:BrydenWoodUnity.GeometryManipulation.Polygon.SetPolyline(System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex},System.Boolean)"]
See Also