Click or drag to resize

PolygonInitialize Method

Initiates the polygon component

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public virtual void Initialize(
	List<PolygonVertex> vertices,
	bool verticesChildren = false
)

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.Initialize(System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex},System.Boolean)"]

See Also